|
1 | | -<!--- Provide a general summary of your changes in the Title above --> |
| 1 | +<!-- Provide a general summary of your changes in the Title above --> |
2 | 2 |
|
3 | 3 | ## Description |
4 | 4 |
|
5 | | -<!--- Describe your changes in detail --> |
| 5 | +<!-- Describe your changes in detail --> |
6 | 6 |
|
7 | 7 | ## Related Issue |
8 | 8 |
|
9 | | -<!--- This project only accepts pull requests related to open issues --> |
| 9 | +<!-- |
10 | 10 |
|
11 | | -<!--- If suggesting a new feature or change, please discuss it in an issue first --> |
| 11 | +This project only accepts pull requests related to open issues. |
| 12 | +If suggesting a new feature or change, please discuss it in an issue first. |
| 13 | +If fixing a bug, there should be an issue describing it with steps to reproduce. |
| 14 | +Please replace "XYZ" below with the issue number that is being resolved by this |
| 15 | +pull request. |
12 | 16 |
|
13 | | -<!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> |
| 17 | +--> |
14 | 18 |
|
15 | | -<!--- Please link to the issue here: --> |
| 19 | +Resolves #XYZ |
16 | 20 |
|
17 | 21 | ## Motivation and Context |
18 | 22 |
|
19 | | -<!--- Why is this change required? What problem does it solve? --> |
| 23 | +<!-- Why is this change required? What problem does it solve? --> |
20 | 24 |
|
21 | 25 | ## How Has This Been Tested? |
22 | 26 |
|
23 | | -<!--- Please describe in detail how you tested your changes. --> |
| 27 | +<!-- |
24 | 28 |
|
25 | | -<!--- Include details of your testing environment, and the tests you ran to --> |
| 29 | +Include details of your testing environment, and the tests you ran to |
| 30 | +see how your change affects other areas of the code, etc. |
| 31 | +Please describe in detail how you tested your changes. |
26 | 32 |
|
27 | | -<!--- see how your change affects other areas of the code, etc. --> |
| 33 | +--> |
28 | 34 |
|
29 | 35 | ## Screenshots (if appropriate): |
30 | 36 |
|
31 | | -<!--- Drag and drop screenshots here --> |
| 37 | +<!-- Drag and drop screenshots here --> |
32 | 38 |
|
33 | 39 | ## Checklist: |
34 | 40 |
|
35 | | -<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 41 | +<!-- |
36 | 42 |
|
37 | | -<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 43 | +Go over all the following points, and put an `x` in all the boxes that apply. |
| 44 | +If you're unsure about any of these, don't hesitate to ask. We're here to help! |
| 45 | +
|
| 46 | +--> |
38 | 47 |
|
39 | 48 | * \[ ] My code follows the code style of this project. |
40 | 49 | * \[ ] My change requires a change to the documentation. |
|
0 commit comments