Updated branch and merge-request policies
This commit is contained in:
parent
74d8e48d06
commit
5beda90650
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ In order to mitigate the problems above and to help you grow professionally, we
|
|||
1. **Branch names:**
|
||||
1. For branches adding a new competition entry: use _"competition-`first`-`last`"_ to indicate that it is a branch designating a competition entry and that it belongs to you.
|
||||
1. For branches fixing an issue: use _"bugfix-issue-`number`"_ where `number` is the issue number.
|
||||
1. For branches fixing a problem that had not been documented in an issue: use _"bugfix-`first`-`last`"_
|
||||
1. For other types of improvements after your requirements are met: use _"feature-(`first`|`last`)-`...`"_ where the part _(`A`|`B`)_ means either `A` or `B` and the three dots `...` stand for anything you want assuming it is:
|
||||
1. All in small caps
|
||||
1. Uses dashes in-between the words
|
||||
|
@ -35,6 +36,7 @@ In order to mitigate the problems above and to help you grow professionally, we
|
|||
1. **Merge request:** please mark the merge request as a draft until you are sure that it runs correctly (using the *preview_website* batch file ran locally) and that all the changes you have made locally are already pushed to your branch on the remote. The title for the merge request should be:
|
||||
1. "Competition entry for `first` `last`" in case of requesting a merge of a competition entry
|
||||
1. "Bugfix for issue #`number`" in case of requetsing a merge of a requested change (using the _issues_ feature in GitLab)
|
||||
1. "Improved `first` `last`'s content" in cae of requesting a merge of an improved `.md` page
|
||||
|
||||
In the meantime, we do not require any information or documents to be attached to the body of the merge request.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue