-
Notifications
You must be signed in to change notification settings - Fork 0
Development
Luis Colon edited this page Aug 9, 2017
·
7 revisions
Feature branches must be in the format:
dev/123456789-some-ticket-description
- All feature branches must be prefixed with
dev/ -
123456789is the unique pivotal tracker id. -
some-ticket-descriptionis a short description of the task at hand.
Please adhere to best practices and any associated coding standard requirements. Coding standards are dictated per project and are not optional.
100% code coverage or better.
- Commit and push any code changes or additions
- Always use
git statusbefore committing files to your feature branch. Only submit relevant code - Commit messages are important and should be descriptive of the work you have completed
- Commit messages must be in the format of
[#123456] Description of the work I just coded-
123456is the pivotal track id
-
Once your feature branch is pushed to the repository, you are ready to submit a pull request in GitHub and have your code reviewed.