From a03c5fa950ead4a093a684a3ff6b187f18f173af Mon Sep 17 00:00:00 2001 From: Anshika Date: Fri, 10 Jan 2025 22:47:32 +0530 Subject: [PATCH] pr_template.md --- .github/pr_template.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/pr_template.md diff --git a/.github/pr_template.md b/.github/pr_template.md new file mode 100644 index 0000000..1a17c25 --- /dev/null +++ b/.github/pr_template.md @@ -0,0 +1,25 @@ +# Pull Request Template + +## Title +[Provide a relevant and descriptive title for the pull request.] + +## Type of Change +- [ ] New feature +- [ ] Bug fix +- [ ] UI/UX improvement + +## Checklist +- [ ] My code adheres to the coding and style guidelines of the project. +- [ ] I have performed a self-review of my own code. +- [ ] I have commented my code, particularly in hard-to-understand areas. +- [ ] I have made corresponding changes to the documentation. +- [ ] My changes generate no new warnings. + +## Description and Impact +[Provide a summary of the changes made in this PR. Explain why the change is necessary/being made, and how it improves the project (include effects on performance, new dependencies, or changes in behaviour). Link any related issues.] + +## Screenshots +[Add any relevant screenshots to show changes visually.] + +## Additional Information +[Provide any extra info that may be helpful for reviewers. Ex: Mention changes dependent on other services or features (if present).]