diff options
author | Andreas Kämmerle <akaemmerle@gitlab.com> | 2018-06-01 19:44:07 +0000 |
---|---|---|
committer | Andreas Kämmerle <akaemmerle@gitlab.com> | 2018-06-01 19:44:07 +0000 |
commit | 38744526d8f2c4752a4c9a40080d13949be19994 (patch) | |
tree | 33d8816c5f3b1a0489d4b7f72a42cc561f85dda8 /.gitlab | |
parent | 2de002b3db1bc199755f8be212fa8804fcb80905 (diff) | |
download | gitlab-ce-38744526d8f2c4752a4c9a40080d13949be19994.tar.gz |
Update template name via sentence case (database changes)update-template-name-via-sentence-case-db-changes
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/merge_request_templates/Database changes.md (renamed from .gitlab/merge_request_templates/Database Changes.md) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/merge_request_templates/Database Changes.md b/.gitlab/merge_request_templates/Database changes.md index 1c4f30d9320..d14d52e1b6b 100644 --- a/.gitlab/merge_request_templates/Database Changes.md +++ b/.gitlab/merge_request_templates/Database changes.md @@ -1,7 +1,7 @@ Add a description of your merge request here. Merge requests without an adequate description will not be reviewed until one is added. -## Database Checklist +## Database checklist When adding migrations: @@ -31,7 +31,7 @@ When removing columns, tables, indexes or other structures: - [ ] Removed these in a post-deployment migration - [ ] Made sure the application no longer uses (or ignores) these structures -## General Checklist +## General checklist - [ ] [Changelog entry](https://docs.gitlab.com/ee/development/changelog.html) added, if necessary - [ ] [Documentation created/updated](https://docs.gitlab.com/ee/development/doc_styleguide.html) |