From f6964944a56ca1f2e180c191fbe307544b630420 Mon Sep 17 00:00:00 2001 From: celdem Date: Thu, 20 Jun 2019 16:26:16 +0100 Subject: Adding template for merge requests --- .gitlab/merge_request_templates/general.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitlab/merge_request_templates/general.md diff --git a/.gitlab/merge_request_templates/general.md b/.gitlab/merge_request_templates/general.md new file mode 100644 index 0000000..64239d6 --- /dev/null +++ b/.gitlab/merge_request_templates/general.md @@ -0,0 +1,21 @@ +## What does this MR do? + + +## What are the relevant issue numbers? + + +## Does this MR meet the acceptance criteria? + +- [ ] Changelog entry added +- [ ] [Documentation created/updated for GitLab EE](https://docs.gitlab.com/ee/development/documentation/feature-change-workflow.html), if necessary +- [ ] Documentation created/updated for this project, if necessary +- [ ] Documentation reviewed by technical writer *or* follow-up review issue [created](https://gitlab.com/gitlab-org/gitlab-ee/issues/new?issuable_template=Doc%20Review) +- [ ] [Tests added for this feature/bug](https://docs.gitlab.com/ee/development/testing_guide/index.html) +- [ ] Job definition updated, if necessary +- [ ] Conforms to the [code review guidelines](https://docs.gitlab.com/ee/development/code_review.html) +- [ ] Conforms to the [Go guidelines](https://docs.gitlab.com/ee/development/go_guide/index.html) +- [ ] Security reports checked/validated by reviewer + + +/label ~Secure ~"Secure::Software Composition Analysis" ~"license management" + \ No newline at end of file -- cgit v1.2.3