pull_request_template.md•740 B
<!--
Thank you for opening a pull request.
Please fill in as much of the template below as you're able. Feel free to remove
any section you want to skip.
-->
## Summary
<!-- Give a short summary what your PR is introducing/fixing. -->
## Description
<!-- Describe your changes in detail -->
## Motivation and Context
<!--
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
-->
## PR Checklist
- [ ] I have read the `CONTRIBUTING.md` file
- [ ] All commits follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)
- [ ] Documentation is updated (if necessary)
- [ ] PR doesn't contain any sensitive information
- [ ] There are no breaking changes