@@ -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.