-
Notifications
You must be signed in to change notification settings - Fork 226
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 2 to address concerns.