diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a44f686..cd8dcc2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,8 +7,8 @@ The more detail, the better.** ## Pull request checklist +- [ ] My branch is up-to-date with `main` $${\color{red}\textsf{(MAIN MAY BE DEPLOYED TO PRODUCTION AT ANY TIME!)}}$$ - [ ] I have linked my PR to an issue - [ ] I’ve used [conventional commits](https://github.com/FullFact/automation-docs/wiki/Conventional-commits) -- [ ] My branch is up-to-date with `main` - [ ] Where appropriate, I have added or updated tests - [ ] Where appropriate, I have [updated documentation](https://github.com/FullFact/automation-docs/) to reflect my changes