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

database_merge_request_checklist.md « development « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75c395b61ef732e29c97e3c3905f5ac7f9b6c749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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