-
Notifications
You must be signed in to change notification settings - Fork 4
Contributing
Geoff Bourne edited this page Mar 5, 2016
·
3 revisions
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
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.
If you have unexpected trouble, contact us on Gitter and we'll do our best to point you in the right direction.