Skip to content
Bennett Robinson edited this page Nov 13, 2018 · 2 revisions

Note on Feature Branches:

  • feature branches (any branch off of master from the git repository of your respective team) should be pre-pended by the corresponding JIRA ticket/story/sub-task for the feature that you are working on in the branch
  • example:
    • you are working on JIRA task 'DAT-14', which involves (for this example) creating a user interface mock-up for the credential validation (log-in) screen
    • your feature branch would be named: <Your_Last_Name>_DAT-14_<Brief_Description>
      • e.g. robinson_DAT-14_ui-mockup-login

Clone this wiki locally