Skip to content

Commit 5395586

Browse files
committed
Create pull_request_template.md
Adds a pull request template in order to enhance pull request descriptions.
1 parent ebefea3 commit 5395586

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/pull_request_template.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
<!--- Describe your changes in detail -->
5+
6+
## Motivation and Context
7+
<!--- Why is this change required? What problem does it solve? -->
8+
<!--- If it fixes an open issue, please link to the issue here. -->
9+
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+
16+
## Checklist:
17+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
18+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
19+
- [ ] I have checked that there aren't other open Pull Requests for the same update/change.
20+
- [ ] My code follows the code style of this project.
21+
- [ ] I have performed a self-review of my own code.
22+
- [ ] I have commented my code, particularly in hard-to-understand areas.
23+
- [ ] \(Optional) My change requires a change to the documentation.
24+
- [ ] \(Optional) I have updated the documentation accordingly.
25+
- [ ] \(Optional) My change requires a change to the translations.
26+
- [ ] \(Optional) I have updated the translations accordingly.
27+
- [ ] `composer cs:check` has passed locally.
28+
- [ ] `composer lint:php` has passed locally.
29+
- [ ] I have read the **CONTRIBUTING** document.
30+
31+
## Further comments
32+
<!--- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->

0 commit comments

Comments
 (0)