|
| 1 | +--- |
| 2 | +name: Pull Request |
| 3 | +about: Propose a change to the project |
| 4 | +title: '' |
| 5 | +labels: '' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +**Description** |
| 11 | + |
| 12 | +Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. |
| 13 | + |
| 14 | +**Fixes** (issue) |
| 15 | + |
| 16 | +**Type of change** |
| 17 | + |
| 18 | +Please choose the type of change that best describes your PR. |
| 19 | + |
| 20 | +- [ ] `fix(scope)`: A bug fix (non-breaking change which fixes an issue) |
| 21 | +- [ ] `feat(scope)`: A new feature (non-breaking change which adds functionality) |
| 22 | +- [ ] `feat!(scope)`: A breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 23 | +- [ ] `docs(scope)`: This change requires a documentation update |
| 24 | +- [ ] `chore(scope)`: Other changes that don't modify src or test files |
| 25 | +- [ ] `refactor(scope)`: A code change that neither fixes a bug nor adds a feature |
| 26 | +- [ ] `perf(scope)`: A code change that improves performance |
| 27 | +- [ ] `test(scope)`: Adding missing tests or correcting existing tests |
| 28 | +- [ ] `style(scope)`: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) |
| 29 | +- [ ] `ci(scope)`: Changes to our CI configuration files and scripts |
| 30 | +- [ ] `revert(scope)`: Reverts a previous commit |
| 31 | + |
| 32 | +**How Has This Been Tested?** |
| 33 | + |
| 34 | +Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. |
| 35 | + |
| 36 | +- [ ] Test A |
| 37 | +- [ ] Test B |
| 38 | + |
| 39 | +**Checklist:** |
| 40 | + |
| 41 | +- [ ] My code follows the style guidelines of this project |
| 42 | +- [ ] I have performed a self-review of my own code |
| 43 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 44 | +- [ ] I have made corresponding changes to the documentation |
| 45 | +- [ ] I have added an entry to the CHANGELOG.md file |
| 46 | +- [ ] My changes generate no new warnings |
| 47 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 48 | +- [ ] New and existing unit tests pass locally with my changes |
| 49 | +- [ ] Any dependent changes have been merged and published in downstream modules |
0 commit comments