From 81cb76dd55ff9b9e8885acebcc789ce0f5f6487f Mon Sep 17 00:00:00 2001 From: Vaibhav Kamra Date: Mon, 29 Aug 2022 12:16:45 -0700 Subject: [PATCH] Pull request template (#673) --- .github/pull_request_template.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/pull_request_template.md 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