-
Notifications
You must be signed in to change notification settings - Fork 11
Contributing
Ian Hoegen edited this page Feb 23, 2017
·
7 revisions
- View the setup instructions over at: Setup
- Let the team know what feature you are working on, by messaging us on Slack, and making use of the Zenhub board.
- Contributions should be done on a branch named of the following format
feature/YOUR_INITIALS-ISSUE_NUMBER-NAME_OF_FEATURE
. For example:feature/ih-1-contributing-instructions
This branch should be based offdevelop
. - Tool development is to be done in the translationCoreApps organization. Each tool has it's own repo there.
- Commits should be in detail and give a clear idea of what is being done and why. Same goes for pull request, be sure to follow the template. 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.