Skip to content

Commit 3b6e1d1

Browse files
Add a pull request template (#122)
1 parent 70005a4 commit 3b6e1d1

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/pull_request_template.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
5+
<!--- Describe your changes in detail -->
6+
7+
## Motivation and Context
8+
9+
<!--- What is the purpose of these changes? What problem does it solve? -->
10+
<!--- If these changes fix an open issue, please link to the issue here. -->
11+
12+
## How have these changes been tested?
13+
14+
<!--- Please describe in detail how you tested your changes. -->
15+
<!--- Include details of your testing environment and what tests you ran -->
16+
<!--- to see how your changes affect other areas of the code, etc. -->
17+
18+
## Screenshots (if appropriate):
19+
20+
## Types of changes
21+
22+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
23+
24+
- [ ] Bug fix (non-breaking change which fixes an issue)
25+
- [ ] New feature (non-breaking change which adds functionality)
26+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
27+
28+
## Checklist:
29+
30+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
31+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
32+
33+
- [ ] My code follows the code style of this project.
34+
- [ ] My changes require changes to the documentation.
35+
- [ ] I have updated the documentation accordingly.
36+
- [ ] I have added tests to cover my changes.
37+
- [ ] All new and existing tests pass.

0 commit comments

Comments
 (0)