|
| 1 | +<!--- Provide a general summary of your changes in the Title above --> |
| 2 | +<!--- Please select appropriate Priority, Status,and Type labels--> |
| 3 | +<!--- If you do not have permission to select labels please state which labels you would like --> |
| 4 | + |
| 5 | +## Description |
| 6 | +<!--- Describe your changes in detail --> |
| 7 | + |
| 8 | +## Motivation and Context |
| 9 | +<!--- Why is this change required? What problem does it solve? --> |
| 10 | +<!--- If it fixes an open issue, please link to the issue here. --> |
| 11 | + |
| 12 | +## Review Time Estimate |
| 13 | +<!---When do you want your code reviewed by?--> |
| 14 | +- [ ] Immediately |
| 15 | +- [ ] Within one week |
| 16 | +- [ ] When possible |
| 17 | + |
| 18 | +## Types of changes |
| 19 | +<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
| 20 | +- [ ] Bug fix (non-breaking change which fixes an issue) <!-- please add issue number --> |
| 21 | +- [ ] New feature (non-breaking change which adds functionality) |
| 22 | +- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
| 23 | + |
| 24 | +## Checklist: |
| 25 | +<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 26 | +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 27 | +- [ ] My change requires a change to the documentation. |
| 28 | +- [ ] My name is in the list of CITATION.cff |
| 29 | +- [ ] I have updated the CHANGELOG.md. |
| 30 | +- [ ] I have updated the documentation accordingly. |
| 31 | +- [ ] I have read the **CONTRIBUTING** document. |
| 32 | +- [ ] I have added tests to cover my changes. |
| 33 | +- [ ] All new and existing tests passed. |
| 34 | + |
| 35 | +<!--this template is from https://www.talater.com/open-source-templates/#/page/99--> |
0 commit comments