-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPULL_REQUEST_TEMPLATE
More file actions
executable file
·29 lines (24 loc) · 815 Bytes
/
PULL_REQUEST_TEMPLATE
File metadata and controls
executable file
·29 lines (24 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## Summary
<!-- Brief description of what this PR does and why -->
## Changes Made
<!-- List the key changes -->
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change (existing functionality affected)
- [ ] Refactoring (no functional changes)
- [ ] Documentation
- [ ] CI/CD or build configuration
- [ ] Dependencies update
## Testing
- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] All existing tests pass
- [ ] Manual testing performed
## Checklist
- [ ] Code follows the project's style and conventions
- [ ] Documentation updated (if applicable)
- [ ] No new warnings or linter errors introduced
- [ ] I have considered how this change may affect other services
## Reviewer
- [ ] I understand that by approving this PR, I share responsibility for these changes