We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0cb67 commit 7ebf2cfCopy full SHA for 7ebf2cf
.github/PULL_REQUEST_TEMPLATE.md
@@ -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