We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4afdb commit ba11befCopy full SHA for ba11bef
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,17 @@
1
+## Description
2
+Please include a summary of the change and which issue is fixed.
3
+
4
+Fixes # (issue)
5
6
+## Type of change
7
+- [ ] Bug fix
8
+- [ ] New feature
9
+- [ ] Documentation update
10
+- [ ] Refactoring
11
+- [ ] CI/CD
12
13
+## Checklist
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
+- [ ] Tests pass locally
0 commit comments