diff options
author | KHobbits <rob@khobbits.co.uk> | 2013-10-07 01:34:42 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2013-10-07 01:34:42 +0100 |
commit | 7f059ac72574a98727e46112d765c06c0d56e61d (patch) | |
tree | 2993f1853c521c0d35f3a20efa0d7dc12699c51c | |
parent | 7ffa11e4e10bd3f75f08cae2d3323b7575bde45b (diff) | |
download | Essentials-7f059ac72574a98727e46112d765c06c0d56e61d.tar Essentials-7f059ac72574a98727e46112d765c06c0d56e61d.tar.gz Essentials-7f059ac72574a98727e46112d765c06c0d56e61d.tar.lz Essentials-7f059ac72574a98727e46112d765c06c0d56e61d.tar.xz Essentials-7f059ac72574a98727e46112d765c06c0d56e61d.zip |
Update README.markdown
-rw-r--r-- | README.markdown | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown index 89be0a7b4..cc55bb847 100644 --- a/README.markdown +++ b/README.markdown @@ -4,7 +4,7 @@ Essentials Development Readme The official repository is at: https://github.com/essentials/Essentials -We use NetBeans 7 for development. +We use NetBeans 7.3 for development. Recommended NetBeans plugins: @@ -33,6 +33,14 @@ The default line ending is LF. To build all jars, select the BuildAll project and build that. You'll find all jars inside the dist/lib folder of the BuildAll project. -If you create pull requests, always make them for the master branch. +If you create pull requests, always make them for the 2.x branch. -The essentials bug tracker can be found at http://www.assembla.com/spaces/essentials/tickets +The essentials bug tracker can be found at https://essentials3.atlassian.net/ + + +Other advice +----------------- + +Not all features are 'Essentials Ready'. Essentials is designed to be cover the basic needs of Minecraft server administration, for this reason, we reject over 80% of feature requests. + +Before developing an Essentials feature, we would recommend speaking to a developer in the Essentials IRC channel (#essentials on irc.esper.net). |