Skip to content
Ian Hoegen edited this page Sep 14, 2016 · 7 revisions

Project Contributions

  1. View the setup instructions over at: Setup
  2. Let the team know what feature you are working on.
  3. 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.
  4. 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.
  5. Merge locally with develop when changes occur.
  6. Ensure your code works. Test, Test, Test.
  7. Push your branch to your remote.
  8. Submit a Pull Request with develop.