UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3285be7a authored by Caleb Loomis's avatar Caleb Loomis
Browse files

Update CONTRIBUTING.md

parent 83b2545c
No related branches found
No related tags found
1 merge request!308Resolve "Add contributing information to a `CONTRIBUTING.md` file"
......@@ -56,7 +56,7 @@ If you would like to develop for this project, it will be helpful to set up your
## <a name="MR"></a> Merge Requests
When submitting a merge request, keep in mind the following practices:
- When working locally in your branch, add multiple commits and only push when you’re done, so GitLab runs only one pipeline for all the commits pushed at once. This will save pipeline minutes.
- When working locally in your branch, add multiple commits and only create the merge request when you’re done. This way, GitLab runs only one pipeline for all the commits pushed at once. This will save pipeline minutes.
- Delete branches on merge or after merging them to keep the MTTL repository clean.
- Do one thing at a time. There's no need to merge in several features at once. By doing so, you’ll have faster reviews and your changes will be less likely to break things.
- Do not use capital letters or special chars in branch names.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment