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 1fc2fc2 commit 6fa2c00Copy full SHA for 6fa2c00
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,23 @@
1
+## Description
2
+
3
+<!-- Provide a brief description of your changes. -->
4
5
+## Type of Change
6
7
+- [ ] Bug fix (non-breaking change that fixes an issue)
8
+- [ ] New feature (non-breaking change that adds functionality)
9
+- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
10
+- [ ] Documentation update
11
+- [ ] Refactoring (no functional changes)
12
+- [ ] Performance improvement
13
14
+## Testing
15
16
+<!-- Describe the tests you ran and how to reproduce them. -->
17
18
+## Checklist
19
20
+- [ ] My code follows the project's code style
21
+- [ ] I have tested my changes locally
22
+- [ ] I have added/updated documentation as needed
23
+- [ ] My changes do not introduce new warnings
0 commit comments