From 40da5b2d570641d469c02f62aa63239b1455694d Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:40:06 -0800 Subject: [PATCH] Add checklist item for changelog entry This has been useful in curating release notes in Augur, so add it here too. --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3b958a234..99b4be73b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -24,6 +24,7 @@ Please add a note if you need help with adding tests. --> - [ ] Checks pass +- [ ] If making user-facing changes, add a message in [CHANGELOG.md](https://github.com/nextstrain/auspice/blob/HEAD/CHANGELOG.md) summarizing the changes in this PR - [ ] (to be done by a Nextstrain team member) [Create preview PRs on downstream repositories][1]. [1]: https://github.com/nextstrain/auspice/blob/-/DEV_DOCS.md#test-on-downstream-repositories