github: add note on coverage/tests in PR template

This commit is contained in:
Clement Tsang 2022-08-17 11:30:13 -04:00 committed by GitHub
parent 658b8c720f
commit c01e3bca71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,3 +27,4 @@ _If relevant, ensure the following have been met:_
- [ ] _Documentation has been added/updated if needed (`README.md`, help menu, etc.)_
- [ ] _The pull request passes the provided CI pipeline_
- [ ] _There are no merge conflicts_
- [ ] _If relevant, new tests were added (don't worry too much about coverage)_