Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKassio Borges <kassioborgesm@gmail.com>2022-07-26 16:34:47 +0300
committerKassio Borges <kassioborgesm@gmail.com>2022-07-26 16:35:19 +0300
commit246db4503f4feec459b4dc8e6fe2daebb061ba94 (patch)
tree225ffeb1e6d61c40f82b544db3f17eb56bf1a5ca
parenta6954bbd06060499109749645225c7c05f9596c1 (diff)
Add a Default MR template to replace the setting
-rw-r--r--.gitlab/merge_request_templates/Default.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md
new file mode 100644
index 00000000..b4913705
--- /dev/null
+++ b/.gitlab/merge_request_templates/Default.md
@@ -0,0 +1,15 @@
+## What does this MR do?
+
+<!-- Describe your changes here -->
+
+## TODO
+
+- [ ] I added the [`Changelog` trailer](https://docs.gitlab.com/ee/development/changelog.html) to the commits that need to be included in the changelog (e.g. `Changelog: added`)
+- [ ] I added unit tests or they are not required
+- [ ] I added acceptance tests or they are not required
+- [ ] I added [documentation](https://docs.gitlab.com/ee/development/documentation/workflow.html) ([or it's not required](https://about.gitlab.com/handbook/engineering/ux/technical-writing/workflow/#when-documentation-is-required))
+- [ ] I followed [code review guidelines](https://docs.gitlab.com/ee/development/code_review.html)
+- [ ] I followed [Go Style guidelines](https://docs.gitlab.com/ee/development/go_guide/)
+
+<!-- Labels - do not remove -->
+/label ~"Category:Pages" ~"devops::create" ~"group::editor"