From 6c4ee06d273e70f54d9f0174aa3fd7c5cf300008 Mon Sep 17 00:00:00 2001 From: Nirav_Prajapati Date: Thu, 22 Dec 2022 19:21:13 +0530 Subject: [PATCH] feat: added pull request template (#149) --- .github/pull_request_template.md | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 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 0000000..78b49ef --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,35 @@ + + +## Fixes Issue + + + + + +## Changes proposed + + + + + + +## Check List (Check all the applicable boxes) + +- [ ] My code follows the code style of this project. +- [ ] My change requires changes to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] All new and existing tests passed. +- [ ] The title of my pull request is a short description of the requested changes. + +## Screenshots + + + +## Note to reviewers + +