UNPKG

1.11 kBMarkdownView Raw
1<!--- Provide a general summary of your changes in the Title above -->
2## Description
3<!--- Describe your changes in detail -->
4## Motivation and Context
5<!--- Why is this change required? What problem does it solve? -->
6<!--- If it fixes an open issue, please link to the issue here. -->
7## Types of changes
8<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
9- [ ] Bug fix (non-breaking change which fixes an issue)
10- [ ] New feature (non-breaking change which adds functionality)
11- [ ] Breaking change (fix or feature that would cause existing functionality to change)
12## Checklist:
13<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
14<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
15- [ ] My code follows the code style of this project.
16- [ ] My change requires a change to the documentation.
17- [ ] I have updated the documentation accordingly.
18- [ ] I have read the **CONTRIBUTING** document.
19- [ ] I have added tests to cover my changes.
20- [ ] All new and existing tests passed.