diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..9fc10fbdc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,25 @@ +## 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) + + +# + +## Test Plan + + + +- [ ] :muscle: Manual +- [ ] :zap: Unit test +- [ ] :green_heart: E2E