... | ... | @@ -30,7 +30,7 @@ This guide takes you step-by-step through our Gitlab workflow from issue to comp |
|
|
1. Checkout **master** branch
|
|
|
2. Pull changes from **origin/master**
|
|
|
3. Create a new issue/development branch from **master** following these naming conventions...
|
|
|
* Should start with a (single) main **label** for the Gitlab Issue, followed by a slash - e.g. `bug/`
|
|
|
* Should start with either `feature/`, `release/` or `hotfix/`
|
|
|
* Should be a lowercased, dash-separated and a potentially shorter version of the Gitlab Issue **Subject** - e.g. `bug/restrict-droppable-for-draggables`
|
|
|
4. Checkout the new issue/development branch
|
|
|
5. Create remote branch by pushing to origin using the same branch name.
|
... | ... | |