Skip to content

Commit bb697e1

Browse files
committed
add pull request template
1 parent cb2404f commit bb697e1

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
5+
<!--- Describe your changes in detail -->
6+
7+
<!--- Why is this change required? What problem does it solve? -->
8+
9+
<!--- If it fixes an open issue, please link to the issue here. -->
10+
11+
## How Has This Been Tested?
12+
13+
<!--- Please describe in detail how you tested your changes. -->
14+
15+
<!--- Include details of your testing environment, tests ran to see how -->
16+
17+
## Types of changes
18+
19+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
20+
21+
- [ ] Bug fix (non-breaking change which fixes an issue)
22+
- [ ] New feature (non-breaking change which adds functionality)
23+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
24+
- [ ] This change requires a documentation update
25+
26+
## Checklist:
27+
28+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
29+
30+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
31+
32+
- [ ] I have read the **CONTRIBUTING** document and have signed (or will sign) the CLA.
33+
- [ ] I have updated/added documentation affected by my changes.
34+
- [ ] I have added tests to cover my changes.

0 commit comments

Comments
 (0)