Skip to content

Contribution Guidelines

TheDracheX edited this page Feb 29, 2016 · 33 revisions

Not following these guidelines results in the denial of your pull request.

Commits

  • Make concise commmit messages.
  • Use the map merger tool when making changes to the map.

Pull Requests

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

Naming Convention

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

Clone this wiki locally