diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0185ed3dd11..aa5370ac3a7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,25 +1,23 @@ -## Backport -YES | NO - -## Status -**DRAFT/READY/IN DEVELOPMENT/HOLD** + ## Description -A few sentences describing the overall goals of the pull request's commits. + ## Related Issue(s) -List related PRs against other branches: + + +- -## Todos -- [ ] Tests -- [ ] Documentation +## Checklist +- [ ] Should this PR be backported? +- [ ] Tests were added or are not required +- [ ] Documentation was added or is not required ## Deployment Notes -Notes regarding deployment of the contained body of work. These should note any -db migrations, etc. + ## Impacted Areas in Vitess -List general components of the application that this PR will affect: +Components that this PR will affect: - [ ] Query Serving - [ ] VReplication