-
Notifications
You must be signed in to change notification settings - Fork 221
Development Process
jtlan edited this page Apr 9, 2015
·
8 revisions
- Pull latest develop
- Create a branch off of develop, usually named after the ticket (ex: "
1791fix1
", "1684ER
", etc). - Work and commit on branch.
- Be sure to write a test for your new feature or the bug you fixed!
- Push branch to remote.
- Create a pull request from your branch into develop.
- Assign a developer to review (probably one of @jtlan or @bluong).
- If you receive a [-1], back to step 3 to address concerns.
- Pull latest develop.
- Create a feature branch off of develop.
- Follow steps 2 through 8 above, but cutting off and merging into your feature branch instead of **develop.