Skip to content

Commit fe4bfc7

Browse files
committed
add PULL_REQUEST_TEMPLATE.md file
1 parent 229ab2c commit fe4bfc7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!-- please provide a general summary of your changes in the title above -->
2+
3+
4+
## Description
5+
6+
<!-- describe the changes in details -->
7+
<!-- if it fixes an open issue, please link to the issue here -->
8+
9+
10+
## Checklist
11+
12+
<!-- put an `x` in all the boxes that apply -->
13+
14+
- [ ] All tests are passing
15+
- [ ] My code follows the code style and structure of this project
16+
17+
18+
<!-- feel free to add any other relevant details -->
19+
20+
<!-- thanks! -->

0 commit comments

Comments
 (0)