From 56ec406cd28badb204b128e85cc4df5fd16bd7eb Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:35:32 -0800 Subject: [PATCH 1/2] Sync with Nextstrain's default PR template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was created as a copy¹ of the org-wide default template, which has been updated since then². Copy all the new changes, keeping the Auspice-specific review app checklist item. ¹ 06bfcf3b00a5f7b5fac5459ed5ba6e11e2d5fcfa ² https://github.com/nextstrain/.github/blob/26b2837e9f60e346920e56a37e02d774e464cc04/.github/pull_request_template.md --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 89457f775..3b958a234 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,8 @@ -### Description of proposed changes +## Description of proposed changes -### Related issue(s) +## Related issue(s) -### Testing +## Checklist - [ ] 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