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