Skip to content

Commit cb52642

Browse files
Update PULL_REQUEST_TEMPLATE.md
1 parent c1f98d4 commit cb52642

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,7 @@ Thanks for submitting a pull request! Please provide enough information so that
77

88
<!-- Summary of the PR -->
99

10-
## Types of changes
11-
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
12-
- [ ] Bug fix (non-breaking change which fixes an issue)
13-
- [ ] New feature (non-breaking change which adds functionality)
14-
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
15-
- [ ] I have read the **CONTRIBUTING** document.
16-
- [ ] My code follows the code style of this project.
17-
- [ ] My change requires a change to the documentation.
18-
- [ ] I have updated the documentation accordingly.
19-
- [ ] I have added tests to cover my changes.
20-
- [ ] All new and existing tests passed.
10+
## Motivation
2111

2212
Explain the **motivation** for making this change. What existing problem does the pull request solve?
2313

@@ -33,3 +23,17 @@ Demonstrate the code is solid. Example: The exact commands you ran and their out
3323

3424
<!-- Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). -->
3525
Fixes #
26+
27+
## Types of changes
28+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
29+
- [ ] Bug fix (non-breaking change which fixes an issue)
30+
- [ ] New feature (non-breaking change which adds functionality)
31+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
32+
33+
## Checklist
34+
- [ ] I have read the **CONTRIBUTING** document.
35+
- [ ] My code follows the code style of this project.
36+
- [ ] My change requires a change to the documentation.
37+
- [ ] I have updated the documentation accordingly.
38+
- [ ] I have added tests to cover my changes.
39+
- [ ] All new and existing tests passed.

0 commit comments

Comments
 (0)