diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md new file mode 100644 index 0000000000000000000000000000000000000000..c34066e9a2fe53723c3dc4295ff1456d2e8dbb71 --- /dev/null +++ b/.gitlab/merge_request_templates/default.md @@ -0,0 +1,14 @@ +# Merge Request Template + +## Description + +<!-- Provide a brief summary of the changes in this merge request or link to the corresponding issue --> + +## Checklist Before Merge + +- [ ] My change uses the logging library +- [ ] My change implements the tracing functionality if applicable +- [ ] There are automated tests for my changes +- [ ] The code coverage is the same or better +- [ ] The documentation was changed or added either in the document or as code comments +- [ ] I followed all entries in this list and checked the boxes