diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a51c41b7f6..87db29e5eb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,15 +1,18 @@ -# Checklist +# General Checklist - [ ] Affected Issues have been mentioned in the Closing issues section - [ ] Documentation has been written/updated - [ ] PR title is ready for inclusion in changelog +# Database Migrations + +- [ ] If your PR contains a database migation, it **MUST** be the latest in date order alphabetically + Explain the **details** for making this change. What existing problem does the pull request solve?