diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..afd6204 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,29 @@ +## Summary + + +## Related Issues + +- work-item: + +## Type of Change + +- [ ] Change doesn't affect products or customers +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] Non-breaking change (the new functionality and code refactor do not require a migration strategy) +- [ ] Breaking change (fix or feature that will require a migration plan for data or other services) +- [ ] Documentation/comment update +- [ ] Other (please describe): + +## Testing Procedure + +- + +## Checklist + +- [ ] I used generative AI to generate this PR +- [ ] I have self-reviewed my code for clarity and correctness +- [ ] I have added or updated comments for complex or non-obvious logic in my code +- [ ] I have updated relevant documentation (e.g., README, code docs) +- [ ] My changes do not introduce new warnings or errors +- [ ] I have added or updated tests to cover new or changed functionality +- [ ] All tests pass locally with my changes applied