-
Notifications
You must be signed in to change notification settings - Fork 11
Contributing
Ian Hoegen edited this page Sep 14, 2016
·
7 revisions
- View the setup instructions over at: Setup
- Let the team know what feature you are working on.
- Contributions should be done on a branch named with your initials and the feature being brought in. Example:
ih-instructions
. This branch should be based off develop. - Commits should be in detail and give a clear idea of what is being done and why. Same goes for pull request. It is important to commit early and often.
- Merge locally with develop when changes occur.
- Ensure your code works. Test, Test, Test.
- Push your branch to your remote.
- Submit a Pull Request with develop.