Skip to content

Commit 02f0be4

Browse files
committed
Update GitHub pull request template
1 parent 8dc8691 commit 02f0be4

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
<!-- Change a name for Pull Request -->
2-
# Pull Request Template
3-
41
## Description
52
<!-- Please include a summary of the change or which issue is fixed (fixes #(issue)). -->
63

7-
## Have you written tests?
8-
9-
- [ ] Yes
10-
- [ ] No
114

12-
## Checklist:
5+
## Checklist
136

14-
- [ ] My code follows the style guidelines of this project
15-
- [ ] I have performed a self-review of my own code
16-
- [ ] I have commented my code, particularly in hard-to-understand areas
17-
- [ ] I have made corresponding changes to the documentation
18-
- [ ] My changes generate no new warnings
7+
- [ ] The patch has appropriate test coverage
8+
- [ ] The patch follows the style guidelines of this project
9+
- [ ] The patch has appropriate comments, particularly in hard-to-understand areas
10+
- [ ] The documentation was updated corresponding to the patch
11+
- [ ] I have performed a self-review of this patch

0 commit comments

Comments
 (0)