18 lines
875 B
Markdown
18 lines
875 B
Markdown
<!--- Use a prefix like fix:, feat:, chore(docs): or chore(test): and provide a general summary of your changes in the Title above -->
|
|
|
|
## Description
|
|
<!--- Describe your changes -->
|
|
|
|
## 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. -->
|
|
|
|
## Checklist:
|
|
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
|
|
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
|
|
- [ ] My code follows the code style of this project.
|
|
- [ ] using [conventional commits](https://www.conventionalcommits.org/) (we like auto [release semver](https://semver.org/))
|
|
- [ ] I have added also tests for my new code.
|
|
- [ ] My change requires a change to the documentation.
|
|
- [ ] I have updated the documentation accordingly.
|