|
3 | 3 | <!-- If this scheme puts you in trouble, feel free to follow it only partially or not to follow it at all. --> |
4 | 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. --> |
5 | 5 |
|
6 | | -# PR Details |
7 | | -<!-- Provide a general summary of your changes in the Title above --> |
8 | | - |
9 | | -## Description |
10 | | -<!-- Describe your changes in detail --> |
| 6 | +# Pull Request Details |
11 | 7 |
|
12 | 8 | ## Related Issue |
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: --> |
17 | | - |
18 | | -## Motivation and Context |
19 | | -<!-- Why is this change required? What problem does it solve? --> |
20 | | - |
21 | | -## How Has This Been Tested |
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. --> |
| 9 | +Please, open a issue before a pull request. It will help in understanding better the PR aim. |
25 | 10 |
|
26 | 11 | ## Types of changes |
27 | | -<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
28 | | - |
| 12 | +<!-- Put an `x` in all the boxes that apply --> |
29 | 13 | - [ ] Docs change / refactoring / dependency upgrade |
30 | 14 | - [ ] Bug fix (non-breaking change which fixes an issue) |
31 | 15 | - [ ] New feature (non-breaking change which adds functionality) |
|
34 | 18 | ## Checklist |
35 | 19 | <!-- Go over all the following points, and put an `x` in all the boxes that apply. --> |
36 | 20 | <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
37 | | - |
38 | 21 | - [ ] My code follows the code style of this project. |
39 | 22 | - [ ] My change requires a change to the documentation. |
40 | 23 | - [ ] I have updated the documentation accordingly. |
41 | 24 | - [ ] I have read the [CONTRIBUTING](CONTRIBUTING.md) document. |
42 | | -- [ ] I have added tests to cover my changes. |
| 25 | +- [ ] I have added tests to cover my changes (or the exist one were enough). |
43 | 26 | - [ ] All new and existing tests passed. |
0 commit comments