From 211d3b55afcd350df1c50fd62493f93b3a862a10 Mon Sep 17 00:00:00 2001 From: "Matt H." Date: Tue, 22 Oct 2024 13:45:23 -0400 Subject: [PATCH] Update PR checklist to reflect the fact that every PR will be a release --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d5576fb6..ab7aa970 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -25,7 +25,8 @@ --- -### Feature PR Checklist +### PR Checklist +- [ ] Put version number in PR title (e.g. `Release x.y.z - Summary of changes`) - [ ] Documentation (README, local.env.dist, api.raml, etc.) - [ ] Tests created or updated - [ ] Run `make composershow`