From e30661b96fb6f897a9b44efc5545c96f3a928431 Mon Sep 17 00:00:00 2001 From: Robbe De Waele Date: Sun, 12 Mar 2023 15:35:03 +0000 Subject: [PATCH] Add merge request default template --- .gitlab/merge_request_templates/Default.md | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitlab/merge_request_templates/Default.md diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md new file mode 100644 index 0000000..7af64fd --- /dev/null +++ b/.gitlab/merge_request_templates/Default.md @@ -0,0 +1,39 @@ +## Description + +Please provide a brief summary of the changes in this merge request. + +If possible, add a short screengrab or some screenshots of the changes. + +## Testing Instructions + +Please provide instructions on how the code reviewers can test your changes: + +1. [Step 1] +2. [Step 2] +3. [Step 3] +4. ... + +Please include any specific information on test data, configurations, or other requirements that are necessary to properly test the changes. + +Once you've tested the changes, please confirm that they work as expected and that there are no regressions or unexpected side effects. If any issues are discovered during testing, please include detailed steps to reproduce the issue in the merge request comments. Thank you! + +## Related Issues + +Please list any related issues or pull requests that are relevant to this merge request. +E.g. WES-XXX-... + +## Known bugs or issues + +Please list any known bugs or issues related to the changes in this merge request. + +## Checklist + +- [ ] I have filled in this template. +- [ ] I have tested my changes thoroughly. +- [ ] I have updated the user documentation as necessary. +- [ ] Code reviewed by 1 person. + +## Additional Notes + +Please add any additional notes or comments that may be helpful for reviewers to understand your changes. +