chore: add Pull Request template (#10644)

Co-authored-by: Pavel Feldman <pavel.feldman@gmail.com>
This commit is contained in:
Max Schmitt 2021-12-08 15:41:46 -08:00 committed by GitHub
parent c7193c7716
commit 05719dc24d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,11 @@
<!--
Thank you for your Pull Request. Please link to the issue this PR addresses.
-->
Fixes: <issue #>
<!-- PR Checklist
- The issue has been triaged and positive signals were received from maintainers
- Existing tests pass
- New tests are added
- Relevant documentation is changed or added
-->