diff options
| -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 |
