From 39f2073fad40dff6b29de62f7e08d551dbc10747 Mon Sep 17 00:00:00 2001 From: Saptarshi Sarkar Date: Sat, 1 Jul 2023 22:20:38 +0530 Subject: [PATCH] Feat: Added pull_request_template.md --- .github/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 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..1aa7118e3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +## Fixes issue + +Fixes # + +## 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. +- [ ] This PR does not contain plagiarized content. +- [ ] The title of my pull request is a short description of the requested changes. + +## Screenshots + + +## Note to reviewers +