diff options
| author | celdem <celdem@gitlab.com> | 2019-06-20 16:26:16 +0100 |
|---|---|---|
| committer | celdem <celdem@gitlab.com> | 2019-06-20 16:26:16 +0100 |
| commit | f6964944a56ca1f2e180c191fbe307544b630420 (patch) | |
| tree | fc82e203b0cb6bfc360ea2633e26b6c2c202f7a9 | |
| parent | 1fa4c875d8a77ca7b5ed3fbaa9027ffb900a0f05 (diff) | |
Adding template for merge requestsceldem/add-mr-template
| -rw-r--r-- | .gitlab/merge_request_templates/general.md | 21 |
1 files changed, 21 insertions, 0 deletions
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 |
