Branch name guide - Gapminder/dollar-street-framework GitHub Wiki
In order to have an easy and evident way to find a specifyc branch all team members should use the following pattern:
[issue-type]-[project-part]-[project]-[JIRA-ticket-number]-[keywords].
Possible values:
[issue-type]
:
feat
- new functionality of appfix
- fix of existing functionalitychore
- routine task for productivity improvement such as refactoring, doc creation, deploy update, which is not linked to the actual feature
[project-part]:
server
- for server part of app.client
- for front part of app.DB
- for DB update and task related to DBCI
- for task related to CI and automatic deploye2e
- for e2e tests related tasksAPI
- for API tests related taskstest
- for Unit tests related tasks
[project]:
pages
- for Dollar Street pages projectcms
- for Dollar Street CMS.
[JIRA-ticket-number]:
DS
- project code.###
- numeric, related ticket number in JIRA.
[keywords]
Short explanation of task.