Skip to content

Commit 5872536

Browse files
committed
V6.0.3
1 parent 180667d commit 5872536

1 file changed

Lines changed: 26 additions & 10 deletions

File tree

.github/PULL_REQUEST_TEMPLATE

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
## Summary
2+
<!-- Brief description of what this PR does and why -->
23

3-
<!-- What is this pull request for? Does it fix any issues? -->
4+
5+
## Changes Made
6+
<!-- List the key changes -->
7+
-
8+
9+
10+
## Type of Change
11+
- [ ] Bug fix
12+
- [ ] New feature
13+
- [ ] Breaking change (existing functionality affected)
14+
- [ ] Refactoring (no functional changes)
15+
- [ ] Documentation
16+
- [ ] CI/CD or build configuration
17+
- [ ] Dependencies update
18+
19+
## Testing
20+
- [ ] Unit tests added/updated
21+
- [ ] Integration tests added/updated
22+
- [ ] All existing tests pass
23+
- [ ] Manual testing performed
424

525
## Checklist
6-
- [ ] If code changes were made, then they have been tested
7-
- [ ] I have updated the documentation to reflect any changes made
8-
- [ ] I have thought about how this code may affect other services
9-
- [ ] This PR fixes an issue
10-
- [ ] This PR is a breaking change (e.g. method, parameters, env variables)
11-
- [ ] This PR adds something new (e.g. method, parameters, env variables)
12-
- [ ] This PR change unit and integration tests
13-
- [ ] This PR is **NOT** a code change (e.g. documentation, packages)
26+
- [ ] Code follows the project's style and conventions
27+
- [ ] Documentation updated (if applicable)
28+
- [ ] No new warnings or linter errors introduced
29+
- [ ] I have considered how this change may affect other services
1430

1531
## Reviewer
16-
- [ ] I understand that approving this code, I am also responsible for it going into the codebase
32+
- [ ] I understand that by approving this PR, I share responsibility for these changes

0 commit comments

Comments
 (0)