Pull request template (#673)

This commit is contained in:
Vaibhav Kamra 2022-08-29 12:16:45 -07:00 committed by GitHub
parent 4abc4edfcc
commit 81cb76dd55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,25 @@
## Description
<!-- Insert PR description-->
## Type of change
Please check the type of change your PR introduces:
- [ ] :sunflower: Feature
- [ ] :bug: Bugfix
- [ ] :world_map: Documentation
- [ ] :robot: Test
- [ ] :hamster: Trivial/Minor
## Issue(s)
<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
#<issue>
## Test Plan
<!-- How will this be tested prior to merging.-->
- [ ] :muscle: Manual
- [ ] :zap: Unit test
- [ ] :green_heart: E2E