Skip to content

Commit de4f625

Browse files
feat: add pull_request_template
1 parent 53b56eb commit de4f625

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Description
2+
3+
Please include a summary of the change and which issue is fixed.
4+
5+
<!-- Enter the Github issue below if you want the issue to be auto-closed on merge. -->
6+
7+
Closes #<issue_number>
8+
9+
# Checklist:
10+
11+
- [ ] My code has been linted to follow the code style of this project
12+
- [ ] I have performed a self-review of my own code
13+
- [ ] I have made corresponding changes to the documentation
14+
- [ ] I have added tests that prove my fix is effective or that my feature works

0 commit comments

Comments
 (0)