Skip to content

Commit 7ebf2cf

Browse files
authored
Create pull request template for contributions
1 parent 9e0cb67 commit 7ebf2cf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Pull Request
2+
3+
Thank you for your contribution!
4+
5+
## Description
6+
7+
Please describe your changes and link any related issues.
8+
9+
## Checklist
10+
11+
- [ ] My code follows the style guidelines of this project
12+
- [ ] I have performed a self-review of my code
13+
- [ ] I have commented my code, particularly in hard-to-understand areas
14+
- [ ] I have made corresponding changes to the documentation
15+
- [ ] My changes generate no new warnings
16+
- [ ] I have added tests that prove my fix is effective or that my feature works
17+
- [ ] New and existing unit tests pass locally with my changes

0 commit comments

Comments
 (0)