From d65d26728a2cacfbfe535174e4a17bf16596ccae Mon Sep 17 00:00:00 2001 From: ff-dh <123950222+ff-dh@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:48:33 +0100 Subject: [PATCH] fix: add production warning to PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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