From 1cb2882e2ec5c97ad73ff9174eccec58f7271bda Mon Sep 17 00:00:00 2001 From: syed shahidh ilhan Date: Wed, 28 May 2025 10:29:26 +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 00000000..26d88d7f --- /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 3e4f30d380deef91549d9825fcc6728bb85ca11a Mon Sep 17 00:00:00 2001 From: Ilhan-Work <145451341+Syed-Shahidh-Ilhan@users.noreply.github.com> Date: Wed, 28 May 2025 12:05:18 +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 26d88d7f..afd6204e 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