Skip to content

Commit de485b8

Browse files
SkyBirdSoarkhobbits
authored andcommitted
Fixed some grammatic errors, changed some sentences.
1 parent e443776 commit de485b8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.markdown

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ Commit Guidelines
3131

3232
Commits should fall into one of 3 areas:
3333

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.
3535

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.
3737

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.
3939

4040
Coding Guidelines
4141
-----------------
@@ -44,18 +44,18 @@ Coding Guidelines
4444
Please follow the format guidelines that are saved in the project properties.
4545

4646
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**.
4848

4949
To build all jars, select the EssentialsParent project and build that. You'll find all jars inside the jars folder.
5050

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.
5252

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/
5454

5555

5656
Other advice
5757
-----------------
5858

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.
6060

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

Comments
 (0)