UNPKG

1.63 kBMarkdownView Raw
1<!--- Provide a general summary of your changes in the Title above -->
2
3## Description
4<!--- Describe your changes in detail -->
5
6## Related Issue
7<!--- This project only accepts pull requests related to open issues -->
8<!--- If suggesting a new feature or change, please discuss it in an issue first -->
9<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
10<!--- Please link to the issue here: -->
11
12## Motivation and Context
13<!--- Why is this change required? What problem does it solve? -->
14
15## How Has This Been Tested?
16<!--- Please describe in detail how you tested your changes. -->
17<!--- Include details of your testing environment, and the tests you ran to -->
18<!--- see how your change affects other areas of the code, etc. -->
19
20## Screenshots (if appropriate):
21
22## Types of changes
23<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
24- [ ] Bug fix (non-breaking change which fixes an issue)
25- [ ] New feature (non-breaking change which adds functionality)
26- [ ] Breaking change (fix or feature that would cause existing functionality to change)
27
28## Checklist:
29<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
30<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
31- [ ] My code follows the code style of this project.
32- [ ] My change requires a change to the documentation.
33- [ ] I have updated the documentation accordingly.
34- [ ] I have read the **CONTRIBUTING** document.
35- [ ] I have added tests to cover my changes.
36- [ ] All new and existing tests passed.