UNPKG

1.65 kBMarkdownView Raw
1## Description
2
3<!--- Describe your changes in detail -->
4
5## Related Issue
6
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
14<!--- Why is this change required? What problem does it solve? -->
15
16## How Has This Been Tested?
17
18<!--- Please describe in detail how you tested your changes. -->
19<!--- Include details of your testing environment, and the tests you ran to -->
20<!--- see how your change affects other areas of the code, etc. -->
21
22## Screenshots (if appropriate):
23
24## Types of changes
25
26<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
27
28- [ ] Bug fix (non-breaking change which fixes an issue)
29- [ ] New feature (non-breaking change which adds functionality)
30- [ ] Breaking change (fix or feature that would cause existing functionality to change)
31
32## Checklist:
33
34<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
35<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
36
37- [ ] I have signed the [Adobe Open Source CLA](http://opensource.adobe.com/cla.html).
38- [ ] My code follows the code style of this project.
39- [ ] My change requires a change to the documentation.
40- [ ] I have updated the documentation accordingly.
41- [ ] I have read the **CONTRIBUTING** document.
42- [ ] I have added tests to cover my changes.
43- [ ] All new and existing tests passed.