Skip to content
Anthony Andreoli edited this page Sep 18, 2018 · 11 revisions
  • For each task/issue, branch off of the develop branch
  • Each page should have its own "route", see ADD A ROUTE
  • When a task/issue is complete, merge into the develop branch
  • Always ask someone to code review your merge request
  • Python Naming Conventions
  • When creating a branch, use the following naming convention UserStoryName/ISSUE#_IssueDescription (e.g Signup/15_AddSignupForm) where ISSUE# is the issue number found in the title of a given issue being worked on in this new branch
  • Titles of the commits should take the format "#ISSUE " For those familiar with GitHub, you can see an example here:

Clone this wiki locally