Skip to content

Commit 3c685a8

Browse files
authored
Merge pull request #10 from devrev/add-pr-template-1748405179
Add PR template
2 parents fa1e124 + 0561817 commit 3c685a8

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/pull_request_template.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Summary
2+
<!-- Provide a brief description of the changes introduced by this PR -->
3+
4+
## Related Issues
5+
<!-- List any related issues that this PR addresses or fixes -->
6+
- work-item:
7+
8+
## Type of Change
9+
<!-- Mark the appropriate option with an "x" -->
10+
- [ ] Change doesn't affect products or customers
11+
- [ ] Bug fix (non-breaking change which fixes an issue)
12+
- [ ] Non-breaking change (the new functionality and code refactor do not require a migration strategy)
13+
- [ ] Breaking change (fix or feature that will require a migration plan for data or other services)
14+
- [ ] Documentation/comment update
15+
- [ ] Other (please describe):
16+
17+
## Testing Procedure
18+
<!-- Outline the testing process for this PR that others can follow locally. -->
19+
-
20+
21+
## Checklist
22+
<!-- Mark the appropriate options with an "x" -->
23+
- [ ] I used generative AI to generate this PR
24+
- [ ] I have self-reviewed my code for clarity and correctness
25+
- [ ] I have added or updated comments for complex or non-obvious logic in my code
26+
- [ ] I have updated relevant documentation (e.g., README, code docs)
27+
- [ ] My changes do not introduce new warnings or errors
28+
- [ ] I have added or updated tests to cover new or changed functionality
29+
- [ ] All tests pass locally with my changes applied

0 commit comments

Comments
 (0)