From 2bb1eed784db9c73625d99f87fe4441a45822dd0 Mon Sep 17 00:00:00 2001 From: Rahul Pandey Date: Thu, 14 Dec 2023 20:38:04 +0530 Subject: [PATCH] Chore : added issue template and PR template (#761) * chore: pr-request-template * chore: bug.yml * chore: feature-request-template * refactor: remove issue template remove issue template --- .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 000000000..e661623cf --- /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. +- [ ] 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 + +