pull_request_template.md•1.43 kB
**IMPORTANT: Please do not create a Pull Request without creating an issue first.**
_Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of
the pull request._
# Pull Request Template
<!-- Thank you for your contribution! Please fill out the following template to help us review your pull
request! -->
## Description
<!-- Please include a summary of the change. -->
## Motivation and Context
<!-- Why is this change required? What problem does it solve? -->
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update
- [ ] Other (please describe):
## How Has This Been Tested?
<!-- Please describe the tests that you performed to verify your changes. -->
## Related Issues
<!-- List any related issues, pull requests, or discussions. -->
## Checklist
- [ ] I have updated the version in the package.json file by using `npm run version`.
For example, use `npm run version:patch` for a patch version bump.
- [ ] I have made any necessary changes to the documentation
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
## Contributor Agreement
By submitting this pull request, I confirm that:
- [ ] I have read the [CONTRIBUTING guidelines](../../CONTRIBUTING.md) for this project and followed
its Contribution Checklist.