We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d24b8 commit 11437c4Copy full SHA for 11437c4
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,28 @@
1
+## Description
2
+<!-- Clearly explain what this PR does and why -->
3
+
4
+## Type of Change
5
+- [ ] Bug fix
6
+- [ ] New telemetry block
7
+- [ ] Improvement/refactor
8
+- [ ] Documentation update
9
10
+## Checklist
11
12
+### General
13
+- [ ] Title is clear and descriptive
14
+- [ ] Change aligns with project goals
15
16
+### Safety & Reversibility
17
+- [ ] All changes are reversible
18
+- [ ] No destructive actions without backup
19
20
+### Compatibility
21
+- [ ] Tested on Windows 10
22
+- [ ] Tested on Windows 11
23
24
+### Documentation
25
+- [ ] Docs updated if needed
26
27
+## Testing
28
+<!-- Explain how you tested this -->
0 commit comments