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
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-10-08 14:04:17 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-10-08 14:04:17 +0300
commit56a7e990bf43bab1d3bcf6475ac87d0e7727d5e2 (patch)
treec68269b1ba81bd11207758b57b66aa29189714eb /doc
parent524b41c0b168f5fc4f9100a60acc29ac5c356fee (diff)
parentb1074f6a366d9f4448a9640524152221b60da4ac (diff)
Merge branch 'docs/fix-link-to-mr-template' into 'master'
Fix link to MR-template and other improvements See merge request gitlab-org/gitlab-ce!22179
Diffstat (limited to 'doc')
-rw-r--r--doc/development/database_merge_request_checklist.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/development/database_merge_request_checklist.md b/doc/development/database_merge_request_checklist.md
index 75c395b61ef..48864c81592 100644
--- a/doc/development/database_merge_request_checklist.md
+++ b/doc/development/database_merge_request_checklist.md
@@ -1,15 +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
+changes, adjusting queries to optimize 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".
+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.
+<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
+<https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab/merge_request_templates/Database%20changes.md>