From 48785bffa02a7eb8cb1fd7770b56809f3ee15b27 Mon Sep 17 00:00:00 2001 From: Sawan Bhattacharya <74916308+kriptonian1@users.noreply.github.com> Date: Sun, 18 Sep 2022 13:15:52 +0530 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 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..ccf7719 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,34 @@ +## Description + +_Give a summary of the change that you have made_
+ +Fixes #[ISSUENO] + +## Dependencies + +_Mention any dependencies/packages used_ + +## Future Improvements + +_Mention any improvements to be done in future related to any file/feature_ + +## Mentions + +_Mention and tag the people_ + +## Screenshots of relevant screens + +_Add screenshots of relevant screens_ + +## Developer's checklist + +- [ ] My PR follows the style guidelines of this project +- [ ] I have performed a self-check on my work + +**If changes are made in the code:** + +- [ ] I have followed the [coding guidelines](https://google.github.io/styleguide/jsguide.html) +- [ ] My changes in code generate no new warnings +- [ ] My changes are breaking another fix/feature of the project +- [ ] I have added test cases to show that my feature works +- [ ] I have added relevant screenshots in my PR