UNPKG

2.32 kBMarkdownView Raw
1<!-- Copyright 2020 Adobe. All rights reserved.
2This file is licensed to you under the Apache License, Version 2.0 (the "License");
3you may not use this file except in compliance with the License. You may obtain a copy
4of the License at http://www.apache.org/licenses/LICENSE-2.0
5
6Unless required by applicable law or agreed to in writing, software distributed under
7the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
8OF ANY KIND, either express or implied. See the License for the specific language
9governing permissions and limitations under the License. -->
10
11<!--- Provide a general summary of your changes in the Title above -->
12
13## Description
14
15<!--- Describe your changes in detail -->
16
17## Related Issue
18
19<!--- This project only accepts pull requests related to open issues -->
20<!--- If suggesting a new feature or change, please discuss it in an issue first -->
21<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
22<!--- Please link to the issue here: -->
23
24## Motivation and Context
25
26<!--- Why is this change required? What problem does it solve? -->
27
28## How Has This Been Tested?
29
30<!--- Please describe in detail how you tested your changes. -->
31<!--- Include details of your testing environment, and the tests you ran to -->
32<!--- see how your change affects other areas of the code, etc. -->
33
34## Screenshots (if appropriate):
35
36## Types of changes
37
38<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
39
40- [ ] Bug fix (non-breaking change which fixes an issue)
41- [ ] New feature (non-breaking change which adds functionality)
42- [ ] Breaking change (fix or feature that would cause existing functionality to change)
43
44## Checklist:
45
46<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
47<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
48
49- [ ] I have signed the [Adobe Open Source CLA](http://opensource.adobe.com/cla.html).
50- [ ] My code follows the code style of this project.
51- [ ] My change requires a change to the documentation.
52- [ ] I have updated the documentation accordingly.
53- [ ] I have read the **CONTRIBUTING** document.
54- [ ] I have added tests to cover my changes.
55- [ ] All new and existing tests passed.