|
| 1 | +# Pull Request Template |
| 2 | + |
| 3 | +## Description |
| 4 | + |
| 5 | +[Provide a brief description of the changes or features introduced by this pull request.] |
| 6 | + |
| 7 | +## Motivation and Context |
| 8 | + |
| 9 | +[Explain the motivation or the context behind this pull request. Why is it necessary?] |
| 10 | + |
| 11 | +## Type of Change |
| 12 | + |
| 13 | +<!-- Select the appropriate type of change: --> |
| 14 | +<!-- - feat: A new feature --> |
| 15 | +<!-- - fix: A bug fix --> |
| 16 | +<!-- - chore: Routine tasks, maintenance, or tooling changes --> |
| 17 | +<!-- - docs: Documentation updates --> |
| 18 | +<!-- - style: Code style changes (e.g., formatting, indentation) --> |
| 19 | +<!-- - refactor: Code refactoring without changes in functionality --> |
| 20 | +<!-- - test: Adding or modifying tests --> |
| 21 | +<!-- - perf: Performance improvements --> |
| 22 | +<!-- - ci: Changes to the CI/CD configuration or scripts --> |
| 23 | +<!-- - other: Other changes that don't fit into the above categories --> |
| 24 | + |
| 25 | +## How to Test |
| 26 | + |
| 27 | +[Provide clear instructions on how to test and verify the changes introduced by this pull request, including any specific unit tests you have created to demonstrate your changes.] |
| 28 | + |
| 29 | +## Checklist |
| 30 | + |
| 31 | +Please check all the boxes that apply to this pull request using "x": |
| 32 | + |
| 33 | +- [ ] I have tested the changes locally and verified that they work as expected. |
| 34 | +- [ ] I have added or updated the necessary documentation (README, API docs, etc.). |
| 35 | +- [ ] I have added appropriate unit tests or functional tests for the changes made. |
| 36 | +- [ ] I have followed the project's coding conventions and style guidelines. |
| 37 | +- [ ] I have rebased my branch onto the latest commit of the main branch. |
| 38 | +- [ ] I have squashed or reorganized my commits into logical units. |
| 39 | +- [ ] I have added any necessary dependencies or packages to the project's build configuration. |
| 40 | +- [ ] I have performed a self-review of my own code. |
| 41 | + |
| 42 | +## Screenshots (if applicable) |
| 43 | + |
| 44 | +[If the changes involve visual modifications, include screenshots or GIFs that demonstrate the changes.] |
| 45 | + |
| 46 | +## Additional Notes |
| 47 | + |
| 48 | +[Add any additional information or context that might be relevant to reviewers.] |
0 commit comments