You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ Commit Guidelines
31
31
32
32
Commits should fall into one of 3 areas:
33
33
34
-
[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.
34
+
-`[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.
35
35
36
-
[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.
36
+
-`[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.
37
37
38
-
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.
38
+
-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.
39
39
40
40
Coding Guidelines
41
41
-----------------
@@ -44,18 +44,18 @@ Coding Guidelines
44
44
Please follow the format guidelines that are saved in the project properties.
45
45
46
46
Windows users, please read this: http://help.github.com/line-endings/
47
-
The default line ending is LF.
47
+
The default line ending is **LF**.
48
48
49
49
To build all jars, select the EssentialsParent project and build that. You'll find all jars inside the jars folder.
50
50
51
-
If you create pull requests, always make them for the 2.x branch.
51
+
Please only submit pull requests for the 2.x branch.
52
52
53
-
The essentials bug tracker can be found at https://essentials3.atlassian.net/
53
+
Bugs and issues can be submitted at https://essentials3.atlassian.net/
54
54
55
55
56
56
Other advice
57
57
-----------------
58
58
59
-
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.
59
+
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.
60
60
61
-
Before developing an Essentials feature, we would recommend speaking to a developer in the Essentials IRC channel (#essentials on irc.esper.net).
61
+
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.
0 commit comments