debian-mirror-gitlab/doc/development/database_merge_request_checklist.md

16 lines
725 B
Markdown
Raw Normal View History

2018-03-17 18:26:18 +05:30
# Merge Request Checklist
When creating a merge request that performs database related changes (schema
2018-12-13 13:39:08 +05:30
changes, adjusting queries to optimize performance, etc) you should use the
merge request template called "Database changes". This template contains a
2018-03-17 18:26:18 +05:30
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
2018-12-13 13:39:08 +05:30
template" dropdown, then click "Database changes".
2018-03-17 18:26:18 +05:30
An example of this checklist can be found at
2018-12-13 13:39:08 +05:30
<https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12463>.
2018-03-17 18:26:18 +05:30
The source code of the checklist can be found in at
2018-12-13 13:39:08 +05:30
<https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab/merge_request_templates/Database%20changes.md>