From 9a7966b985c8da4927ebc393a12adc642d330c01 Mon Sep 17 00:00:00 2001 From: SupriyaKasten Date: Tue, 13 Aug 2019 13:42:14 -0700 Subject: [PATCH] Pull request template --- .github/pull_request_template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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 0000000000..7babc0cd83 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,26 @@ +## Change Overview + + + +## Pull request type + +Please check the type of change your PR introduces: +- [ ] Work in Progress +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Trival/Minor +- [ ] Bugfix +- [ ] Feature +- [ ] Documentation + +## Issues + +- #XXX + +## Test Plan + + + + +- [ ] Manual +- [ ] Unit test +- [ ] E2E