You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>