Skip to content

Commit 759e4f9

Browse files
authored
Create pull_request_template.md
1 parent 1e22f1d commit 759e4f9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Description
2+
3+
Please include a brief summary of the change. Please also include relevant motivation and context (if applicable).
4+
5+
# Checklist:
6+
7+
- [ ] I have performed a self-review of my own code
8+
- [ ] My code follows the style guidelines of this project
9+
- [ ] I have commented my code in hard-to-understand areas
10+
- [ ] I have added tests that prove my fix is effective or that my feature works
11+
- [ ] New and existing unit tests pass locally with my changes
12+
- [ ] I have made corresponding changes to the comments
13+
- [ ] I have made corresponding changes to the README.md

0 commit comments

Comments
 (0)