From f8fb41d6b8989f9a1f44f5164de1154a367b11e1 Mon Sep 17 00:00:00 2001 From: Sanket Sudake Date: Tue, 16 Nov 2021 12:51:08 +0530 Subject: [PATCH] Adding PULL_REQUEST_TEMPLATE.md (#2265) --- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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 00000000..596544fc --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ + + +## Description + + + +## Which issue(s) this PR fixes: + +Fixes # + +## Testing + + +## Checklist: + +- [ ] I ran tests as well as code linting locally to verify my changes. +- [ ] I have done manual verification of my changes, changes working as expected. +- [ ] I have added new tests to cover my changes. +- [ ] My changes follow contributing guidelines of Fission. +- [ ] I have signed all of my commits.