From dbb93bf02ce46a7aed29a39619ea9dece66e7f28 Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Thu, 30 Sep 2021 10:15:34 +0200 Subject: [PATCH] Maintenance: Improve MR template. --- .gitlab/merge_request_templates/Default.md | 40 ++++++++++++++++++---- 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md index 941bbfadc..477469157 100644 --- a/.gitlab/merge_request_templates/Default.md +++ b/.gitlab/merge_request_templates/Default.md @@ -1,8 +1,9 @@ ## What does this MR do? - + +[Issue Link]() -## Screenshots +## Screenshots ### Before @@ -12,7 +13,7 @@ ![alt text](https://example.com/after.png) -## Notes +## Code Changes * This MR **does** @@ -58,9 +59,36 @@ How do your performance changes scale on a system of this size? they are really big customers, and we want to keep their business!) --> -### Follow-up Required +### Documentation Follow-up Required? + + +This MR may require follow-up by the documentation team. +/label ~Documentation + + +This MR does not require any follow-up. + +## QA Checklist (to be filled by the reviewer) + +- [ ] Implementation satisfies specification +- [ ] Changes confirmed by manual testing +- [ ] [Code style](https://git.znuny.com/zammad/zammad/-/wikis/Coding-style-guide) is appropriate +- [ ] Performance will not degrade +- [ ] Code is properly covered with tests +- If follow-up by the documentation team is needed: + - [ ] Add a comment with this text +> @MrGeneration please check if this MR requires changes to the documentation. Thanks!