Skip to content

Commit 11437c4

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 68d24b8 commit 11437c4

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)