diff --git a/.github/ISSUE_TEMPLATE/add_pr_template.md b/.github/ISSUE_TEMPLATE/add_pr_template.md new file mode 100644 index 0000000..a9ec8b2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add_pr_template.md @@ -0,0 +1,71 @@ +# Pull Request Template + +## Description + +**Summary:** + +🚀 [Provide a brief summary of the changes or enhancements introduced by this PR.] + +**Related Issue:** + +🔗 [Link to the relevant issue(s) that this PR addresses. If no issue exists, briefly explain why this PR is necessary.] + +## Type of Change + +Please check the appropriate box and explain the change you've made: + +- 🐛 Bug Fix + - [ ] This PR fixes an existing bug. + - [ ] The issue is identified as #[issue_number]. + +- ✨ New Feature + - [ ] This PR introduces a new feature. + - [ ] The feature is discussed and documented in #[link_to_discussion]. + +- 🚀 Enhancement/Improvement + - [ ] This PR makes improvements or enhancements to existing functionality. + - [ ] The enhancements are described in detail below. + +- 📝 Documentation Update + - [ ] This PR updates the project's documentation. + - [ ] Documentation changes are explained below. + +- ♻️ Code Refactoring + - [ ] This PR refactors existing code without changing its behavior. + - [ ] The reasons for refactoring are explained below. + +## Screenshots or GIFs (if applicable) + +[Insert screenshots or GIFs demonstrating the changes made in this PR, if relevant.] + +![GIF Placeholder](https://via.placeholder.com/300) + +## Checklist + +Before submitting this PR, please ensure the following: + +- [ ] I have read and followed the project's contributing guidelines. +- [ ] I have tested the changes locally and they work as expected. +- [ ] I have provided proper documentation or comments for the code changes. +- [ ] I have included relevant test cases (if applicable). +- [ ] My code follows the project's coding standards. +- [ ] I have rebased my branch onto the latest main/development branch. +- [ ] I have resolved any merge conflicts. + +## Additional Comments + +[Provide any additional information, context, or details that are important for reviewers to know.] + +## Reviewers + +[Tag relevant team members or contributors who should review this PR.] + +## Closing Notes + +- [ ] This PR is ready for review. +- [ ] This PR is a work in progress and should not be merged yet. +- [ ] This PR is dependent on another PR, #[link_to_dependent_pr], which needs to be merged first. + +## Related PRs + +[Link to any related PRs, if applicable.]