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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2017-08-10 18:53:20 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2017-08-16 17:39:33 +0300
commit862da3cfed8db462589d0271e144f21f408cf73b (patch)
treefa54b221831bf0a341de5b02a1b4016639e1e64e /doc/development/database_merge_request_checklist.md
parent9ac2a517798af2f942b28138403690afc20a254c (diff)
Add more database development related docs
Diffstat (limited to 'doc/development/database_merge_request_checklist.md')
-rw-r--r--doc/development/database_merge_request_checklist.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/development/database_merge_request_checklist.md b/doc/development/database_merge_request_checklist.md
new file mode 100644
index 00000000000..75c395b61ef
--- /dev/null
+++ b/doc/development/database_merge_request_checklist.md
@@ -0,0 +1,15 @@
+# Merge Request Checklist
+
+When creating a merge request that performs database related changes (schema
+changes, adjusting queries to optimise performance, etc) you should use the
+merge request template called "Database Changes". This template contains a
+checklist of steps to follow to make sure the changes are up to snuff.
+
+To use the checklist, create a new merge request and click on the "Choose a
+template" dropdown, then click "Database Changes".
+
+An example of this checklist can be found at
+https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12463.
+
+The source code of the checklist can be found in at
+https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab/merge_request_templates/Database%20Changes.md