Skip to content

Commit d819e2c

Browse files
committed
Updated PR template
1 parent 1e1c7ff commit d819e2c

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

PULL_REQUEST_TEMPLATE.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,45 @@
1+
# PR Details
2+
13
<!--- Provide a general summary of your changes in the Title above -->
24

35
## Description
6+
47
<!--- Describe your changes in detail -->
58

69
## Related Issue
10+
711
<!--- This project only accepts pull requests related to open issues -->
812
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
913
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
1014
<!--- Please link to the issue here: -->
1115

1216
## Motivation and Context
17+
1318
<!--- Why is this change required? What problem does it solve? -->
1419

15-
## How Has This Been Tested?
20+
## How Has This Been Tested
21+
1622
<!--- Please describe in detail how you tested your changes. -->
1723
<!--- Include details of your testing environment, and the tests you ran to -->
1824
<!--- see how your change affects other areas of the code, etc. -->
1925

2026
## Types of changes
27+
2128
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
29+
30+
- [ ] Docs change / refactoring / dependency upgrade
2231
- [ ] Bug fix (non-breaking change which fixes an issue)
2332
- [ ] New feature (non-breaking change which adds functionality)
2433
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
2534

26-
## Checklist:
35+
## Checklist
36+
2737
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
2838
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
39+
2940
- [ ] My code follows the code style of this project.
3041
- [ ] My change requires a change to the documentation.
3142
- [ ] I have updated the documentation accordingly.
32-
- [ ] My change requires a change to the type definitions.
33-
- [ ] I have updated the type definitions accordingly.
3443
- [ ] I have read the **CONTRIBUTING** document.
3544
- [ ] 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

Comments
 (0)