Skip to content

Instantly share code, notes, and snippets.

@crazywolf132
Created September 25, 2024 05:30
Show Gist options
  • Save crazywolf132/096ff1b8f5a04b71c21646ac716b721f to your computer and use it in GitHub Desktop.
Save crazywolf132/096ff1b8f5a04b71c21646ac716b721f to your computer and use it in GitHub Desktop.
<!--
πŸ“ 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