|
| 1 | +<!--- Provide a general summary of your changes in the Title above --> |
| 2 | + |
| 3 | +## Description |
| 4 | +<!--- Describe your changes in detail --> |
| 5 | + |
| 6 | +## Motivation and Context |
| 7 | +<!--- Why is this change required? What problem does it solve? --> |
| 8 | +<!--- If it fixes an open issue, please link to the issue here. --> |
| 9 | + |
| 10 | +## Types of changes |
| 11 | +<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
| 12 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 13 | +- [ ] New feature (non-breaking change which adds functionality) |
| 14 | +- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
| 15 | + |
| 16 | +## Checklist: |
| 17 | +<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 18 | +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 19 | +- [ ] I have checked that there aren't other open Pull Requests for the same update/change. |
| 20 | +- [ ] My code follows the code style of this project. |
| 21 | +- [ ] I have performed a self-review of my own code. |
| 22 | +- [ ] I have commented my code, particularly in hard-to-understand areas. |
| 23 | +- [ ] \(Optional) My change requires a change to the documentation. |
| 24 | +- [ ] \(Optional) I have updated the documentation accordingly. |
| 25 | +- [ ] \(Optional) My change requires a change to the translations. |
| 26 | +- [ ] \(Optional) I have updated the translations accordingly. |
| 27 | +- [ ] `composer cs:check` has passed locally. |
| 28 | +- [ ] `composer lint:php` has passed locally. |
| 29 | +- [ ] I have read the **CONTRIBUTING** document. |
| 30 | + |
| 31 | +## Further comments |
| 32 | +<!--- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> |
0 commit comments