summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorSkyBirdSoar <SkyBirdSoar@users.noreply.github.com>2014-01-01 16:38:19 +0800
committerKHobbits <rob@khobbits.co.uk>2014-03-04 19:26:16 +0000
commitf844d6be682c63c6eb13292b6e7032bbdbf12df0 (patch)
tree45eb60de1a8d9f32e64255630f8cb6582760a6dd /README.markdown
parentd3a1c895a55e8c76efa21de43d3b18814244b01d (diff)
downloadEssentials-f844d6be682c63c6eb13292b6e7032bbdbf12df0.tar
Essentials-f844d6be682c63c6eb13292b6e7032bbdbf12df0.tar.gz
Essentials-f844d6be682c63c6eb13292b6e7032bbdbf12df0.tar.lz
Essentials-f844d6be682c63c6eb13292b6e7032bbdbf12df0.tar.xz
Essentials-f844d6be682c63c6eb13292b6e7032bbdbf12df0.zip
Fixed some grammatic errors, changed some sentences.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.markdown b/README.markdown
index b0de21483..ae9dc1fad 100644
--- a/README.markdown
+++ b/README.markdown
@@ -31,11 +31,11 @@ Commit Guidelines
Commits should fall into one of 3 areas:
-[Feature] Commits which are features should start with '[Feature]' and followed by a quick summary on the top line, followed by some extra details in the commit body.
+- `[Feature]`: Commits which are features should start with `[Feature]` and followed by a quick summary on the top line, followed by some extra details in the commit body.
-[Fix] Commits which fix bugs, or minor improvements to existing features should start with '[Fix]' and followed by a quick summary on the top line, followed by some extra details in the commit body.
+- `[Fix]`: Commits which fix bugs, or minor improvements to existing features should start with `[Fix]` and followed by a quick summary on the top line, followed by some extra details in the commit body.
-Commits which fix bugs caused by previous commits (since last release), or otherwise make no functionality changes, should have no prefix. These will not be added to the project change log.
+- Commits which fix bugs caused by previous commits (since last release), or otherwise make no functionality changes, should have no prefix. These will not be added to the project change log.
Coding Guidelines
-----------------
@@ -44,18 +44,18 @@ Coding Guidelines
Please follow the format guidelines that are saved in the project properties.
Windows users, please read this: http://help.github.com/line-endings/
-The default line ending is LF.
+The default line ending is **LF**.
To build all jars, select the EssentialsParent project and build that. You'll find all jars inside the jars folder.
-If you create pull requests, always make them for the 2.x branch.
+Please only submit pull requests for the 2.x branch.
-The essentials bug tracker can be found at https://essentials3.atlassian.net/
+Bugs and issues can be submitted 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.
+Not all features are 'Essentials Ready'. Essentials is designed to cover the basic needs of Minecraft server administration, thus, we reject over 80% of feature requests that we deem are unsuitable.
-Before developing an Essentials feature, we would recommend speaking to a developer in the Essentials IRC channel (#essentials on irc.esper.net).
+Before developing an Essentials feature, we would recommend speaking to a developer in the Essentials IRC channel ([#essentials on irc.esper.net](http://tiny.cc/EssentialsChat)). Click [here](irc://irc.esper.net/#essentials) if you have a IRC client.