1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
## Description of proposed changes
<!-- What is the goal of this pull request? What does this pull request change? -->
## Related issue(s)
<!--
Link any related issues here. Use GitHub's special keywords if appropriate¹.
Type `#` followed the name of an issue and GitHub will auto-suggest the issue number for you.
¹ https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests
-->
## Checklist
<!--
Make sure checks are successful at the bottom of the PR.
If applicable, add:
- any changes to existing tests
- any additional manual testing to confirm changes
Please add a note if you need help with adding tests.
-->
- [ ] Checks pass
- [ ] If making user-facing changes, add a message in [CHANGES.md](https://github.com/nextstrain/augur/blob/HEAD/CHANGES.md) summarizing the changes in this PR
<!-- 🙌 Thank you for contributing to Nextstrain! ✨ -->
|