Skip to content

Contributing

Geoff Bourne edited this page Mar 5, 2016 · 3 revisions

Pull Requests

We follow the git flow model. The most important parts are that you:

  • create your branch off of the master branch
  • name your branch by its purpose (e.g. feature/chat or hotfix/tldr)
  • submit your pull request back to master line

Formating

Please format your code with 4 spaces instead of tabs. We also make every effort to keep our variable names, file names, and so forth the same. So if you are in doubt, check out some of the repository code for examples.

Other

If you have unexpected trouble, contact us on Gitter and we'll do our best to point you in the right direction.

Clone this wiki locally