From 649fb0ceb5b15ac588ae2fe6cc04d7baae1734bf Mon Sep 17 00:00:00 2001 From: syed shahidh ilhan Date: Wed, 28 May 2025 10:21:46 +0530 Subject: [PATCH 1/2] Add PR template --- .github/pull_request_template.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..26d88d7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,29 @@ +## Summary + + +## Related Issues + +- #ISS- + +## 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 From a98167dc1fff892889c49e21ceca5915f3a92221 Mon Sep 17 00:00:00 2001 From: Ilhan-Work <145451341+Syed-Shahidh-Ilhan@users.noreply.github.com> Date: Wed, 28 May 2025 11:49:56 +0530 Subject: [PATCH 2/2] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 26d88d7..afd6204 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,7 +3,7 @@ ## Related Issues -- #ISS- +- work-item: ## Type of Change