Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 606 Bytes

File metadata and controls

20 lines (11 loc) · 606 Bytes

Git

Things to do:

  • Should prefix all commit messages with JIRA ticket related to a commit

    • all commits should be related to a JIRA ticket for tracking
    • [PRJ-1234] some commit comment where PRJ-1234 is the JIRA ticket number

    DO

    DO

    DON'T DO

    DON'T DO

PR review

pr reviews and ultimate pr merge is the team's understanding and acceptance of the new code into the team's repository -- once merged, it's no longer an individual's code, but the team's code -- that's how all pr reviews and feedback should be taken