Created
September 25, 2024 05:30
-
-
Save crazywolf132/096ff1b8f5a04b71c21646ac716b721f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
π Pull Request Template | |
======================== | |
Thank you for contributing to [REPO NAME HERE]! Please follow this template to ensure a smooth and efficient review process. | |
β Please delete any sections that are not relevant to your PR. | |
--> | |
## π Description | |
Provide a clear and concise description of the changes introduced by this PR. Include any relevant context or background information. | |
- **Fixes**: # (issue) | |
--- | |
## π Type of Change | |
Please select the type of change that applies to this PR: | |
- [ ] π **Bug Fix**: Non-breaking change which fixes an issue. | |
- [ ] β¨ **New Feature**: Non-breaking change which adds functionality. | |
- [ ] π₯ **Breaking Change**: Fix or feature that would cause existing functionality to change. | |
- [ ] π **Documentation Update**: Changes or additions to documentation. | |
- [ ] π¦ **Dependency Update**: Updates to project dependencies. | |
- [ ] π§ͺ **Adding Tests**: Adding or modifying tests. | |
- [ ] βοΈ **Other**: Please specify: | |
--- | |
## π οΈ How Has This Been Tested? | |
Describe the tests that you ran to verify your changes. Provide instructions so that others can reproduce the tests. | |
- [ ] Test A | |
- [ ] Test B | |
- [ ] Manual testing | |
**Test Configuration**: | |
- OS: [e.g., macOS, Windows, Linux] | |
- Browser: [e.g., Chrome, Firefox, Safari] | |
- Version: [e.g., 22] | |
--- | |
## β Checklist | |
Ensure you have completed the following: | |
- [ ] **Code Standards**: My code follows the [Organization's Coding Standards](LINK_TO_CODING_STANDARDS). | |
- [ ] **Self-Review**: I have performed a self-review of my own code. | |
- [ ] **Comments**: I have commented my code, particularly in hard-to-understand areas. | |
- [ ] **Documentation**: I have made corresponding changes to the documentation. | |
- [ ] **No Warnings**: My changes do not generate any new warnings. | |
- [ ] **Tests**: I have added tests that prove my fix is effective or that my feature works. | |
- [ ] **All Tests Pass**: All new and existing tests pass locally with my changes. | |
- [ ] **Linked Issues**: I have linked related issues and/or PRs. | |
--- | |
## π Documentation | |
If your PR includes updates to documentation, please include links to the updated sections or provide a summary of the changes. | |
--- | |
## πΌοΈ Screenshots (if applicable) | |
Include any relevant screenshots to illustrate your changes. | |
--- | |
## π€ Related PRs | |
List any related PRs or issues that are relevant to this PR. | |
- **Related PR**: [#123](LINK_TO_PR) | |
- **Related Issue**: [#456](LINK_TO_ISSUE) | |
--- | |
## π Additional Notes | |
Add any additional context or information that might be helpful during the review. | |
--- | |
*Thank you for your contribution! We appreciate your efforts to improve our project.* | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment