|
| 1 | +--- |
| 2 | +name: 'Pull Request' |
| 3 | +about: Submit a code contribution to the project. |
| 4 | +title: '' |
| 5 | +labels: '' |
| 6 | +assignees: '' |
| 7 | +--- |
| 8 | + |
| 9 | +## Description |
| 10 | + |
| 11 | +Please include a summary of the change and which issue is addressed. |
| 12 | +A detailed description of the changes helps reviewers understand the context and purpose of the PR. |
| 13 | + |
| 14 | +**This PR resolves / addresses the following issue(s):** |
| 15 | + |
| 16 | +- Closes # (replace with issue number) |
| 17 | + |
| 18 | +## Type of change |
| 19 | + |
| 20 | +Please delete options that are not relevant. |
| 21 | + |
| 22 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 23 | +- [ ] New feature (non-breaking change which adds functionality) |
| 24 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 25 | +- [ ] Documentation update |
| 26 | +- [ ] Code style update (e.g., reformatting, no functional changes) |
| 27 | +- [ ] Build process update (e.g., changes to `gradle.kts` files) |
| 28 | + |
| 29 | +## How Has This Been Tested? |
| 30 | + |
| 31 | +Please describe the tests that you ran to verify your changes. |
| 32 | +Provide instructions so we can reproduce the testing if needed. |
| 33 | +Also list any relevant details for your test configuration. |
| 34 | + |
| 35 | +- [ ] Manually tested on [Your OS here] |
| 36 | +- [ ] Added unit tests |
| 37 | +- [ ] Added integration tests |
| 38 | + |
| 39 | +## Checklist |
| 40 | + |
| 41 | +Please ensure you have completed all of the following items before submitting your PR. |
| 42 | + |
| 43 | +- [ ] I have read the **[CONTRIBUTING.md](CONTRIBUTING.md)** and **[CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)** files. |
| 44 | +- [ ] I have followed the code style of this project. |
| 45 | +- [ ] My code is well-commented, particularly in hard-to-understand areas. |
| 46 | +- [ ] I have made corresponding changes to the documentation (if applicable). |
| 47 | +- [ ] My changes do not introduce any new warnings or errors. |
| 48 | +- [ ] My changes pass the existing tests and I have added new tests where necessary. |
| 49 | +- [ ] I have checked my code for any sensitive information or credentials. |
| 50 | +- [ ] I have checked my PR title and description for clarity and completeness. |
0 commit comments