-
Notifications
You must be signed in to change notification settings - Fork 34
Contribution Guidelines
TheDracheX edited this page Feb 29, 2016
·
33 revisions
Not following these guidelines results in the denial of your pull request.
- Make concise commmit messages.
- Use the map merger tool when making changes to the map.
- Squash your commits.
- Make seperate pull requests for seperate features.
- Name your pull requests appropriately.
- Pull requests made < 4 days to the end of the milestone will be moved to the next milestone.
Names should be descriptive; Long names are preferred over short and undescriptive names.
| Name | Convention |
|---|---|
| Proc | LikeThis |
| Verb | like_this |
| Var | like_this |
| Type | like_this |
| Parameter | like_this |
| Constant | LIKE_THIS |
| Define | LIKE_THIS |