|
1 | | -# PR Details |
| 1 | +<!-- PREMISE: I would really appreciate if you could follow this scheme as much as possible. --> |
| 2 | +<!-- Anyway, I believe in open source software and I really appreciate those who decide to work on a project that appreciates. --> |
| 3 | +<!-- If this scheme puts you in trouble, feel free to follow it only partially or not to follow it at all. --> |
| 4 | +<!-- Your contribution will be taken to heart and welcomed with open arms in the same way, it will only need a little more work to integrate the changes. --> |
2 | 5 |
|
3 | | -<!--- Provide a general summary of your changes in the Title above --> |
| 6 | +# PR Details |
| 7 | +<!-- Provide a general summary of your changes in the Title above --> |
4 | 8 |
|
5 | 9 | ## Description |
6 | | - |
7 | | -<!--- Describe your changes in detail --> |
| 10 | +<!-- Describe your changes in detail --> |
8 | 11 |
|
9 | 12 | ## Related Issue |
10 | | - |
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 link to the issue here: --> |
| 13 | +<!-- This project only accepts pull requests related to open issues --> |
| 14 | +<!-- If suggesting a new feature or change, please discuss it in an issue first --> |
| 15 | +<!-- If fixing a bug, there should be an issue describing it with steps to reproduce --> |
| 16 | +<!-- Please link to the issue here: --> |
15 | 17 |
|
16 | 18 | ## Motivation and Context |
17 | | - |
18 | | -<!--- Why is this change required? What problem does it solve? --> |
| 19 | +<!-- Why is this change required? What problem does it solve? --> |
19 | 20 |
|
20 | 21 | ## How Has This Been Tested |
21 | | - |
22 | | -<!--- Please describe in detail how you tested your changes. --> |
23 | | -<!--- Include details of your testing environment, and the tests you ran to --> |
24 | | -<!--- see how your change affects other areas of the code, etc. --> |
| 22 | +<!-- Please describe in detail how you tested your changes. --> |
| 23 | +<!-- Include details of your testing environment, and the tests you ran to --> |
| 24 | +<!-- see how your change affects other areas of the code, etc. --> |
25 | 25 |
|
26 | 26 | ## Types of changes |
27 | | - |
28 | | -<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
| 27 | +<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
29 | 28 |
|
30 | 29 | - [ ] Docs change / refactoring / dependency upgrade |
31 | 30 | - [ ] Bug fix (non-breaking change which fixes an issue) |
32 | 31 | - [ ] New feature (non-breaking change which adds functionality) |
33 | 32 | - [ ] Breaking change (fix or feature that would cause existing functionality to change) |
34 | 33 |
|
35 | 34 | ## Checklist |
36 | | - |
37 | | -<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
38 | | -<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 35 | +<!-- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 36 | +<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
39 | 37 |
|
40 | 38 | - [ ] My code follows the code style of this project. |
41 | 39 | - [ ] My change requires a change to the documentation. |
|
0 commit comments