summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2018-01-16 16:33:08 +0100
committerMarin Jankovski <maxlazio@gmail.com>2018-01-16 16:33:08 +0100
commit9f15844bea5e4786df9f7411307edbb76560fc4a (patch)
tree4e775b4523d0f11c5c22b1f0421b81259aa4778d
parent0f449ecc3797337333f595a86a6b282b866067e3 (diff)
downloadgitlab-ce-add-general-mr-template.tar.gz
Move general MR template from settings to repositoryadd-general-mr-template
-rw-r--r--.gitlab/merge_request_templates/Merge Request.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitlab/merge_request_templates/Merge Request.md b/.gitlab/merge_request_templates/Merge Request.md
new file mode 100644
index 00000000000..d454818de6a
--- /dev/null
+++ b/.gitlab/merge_request_templates/Merge Request.md
@@ -0,0 +1,25 @@
+## What does this MR do?
+
+## Are there points in the code the reviewer needs to double check?
+
+## Why was this MR needed?
+
+## Screenshots (if relevant)
+
+## Does this MR meet the acceptance criteria?
+
+- [ ] [Changelog entry](https://docs.gitlab.com/ee/development/changelog.html) added, if necessary
+- [ ] [Documentation created/updated](https://docs.gitlab.com/ee/development/doc_styleguide.html)
+- [ ] API support added
+- [ ] Tests added for this feature/bug
+- Review
+ - [ ] Has been reviewed by UX
+ - [ ] Has been reviewed by Frontend
+ - [ ] Has been reviewed by Backend
+ - [ ] Has been reviewed by Database
+- [ ] Conform by the [merge request performance guides](https://docs.gitlab.com/ee/development/merge_request_performance_guidelines.html)
+- [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
+- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
+- [ ] Internationalization required/considered
+
+## What are the relevant issue numbers?