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