From 7a128da0a58eaecb9857ef7b03125cdbbc38c147 Mon Sep 17 00:00:00 2001 From: Narendranath Gogineni Date: Mon, 17 Nov 2025 19:34:00 +0530 Subject: [PATCH 1/3] simplify pr template --- .github/pull_request_template.md | 40 ++++++-------------------------- 1 file changed, 7 insertions(+), 33 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 164c48d97..bfb0e40cf 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,35 +1,9 @@ -## Description - +**Title:** +- Brief Description of Changes -## Motivation - +**Description:** (optional) +- Detailed change 1 +- Detailed change 2 -## Type of Change - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] Documentation update -- [ ] Refactoring (no functional changes) - -## How Has This Been Tested? - -- [ ] Unit Tests -- [ ] Integration Tests -- [ ] Manual Testing - -## Screenshots (if applicable) - - -## Checklist - -- [ ] My code follows the style guidelines of this project -- [ ] I have performed a self-review of my own code -- [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] I have made corresponding changes to the documentation -- [ ] My changes generate no new warnings -- [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] New and existing unit tests pass locally with my changes - -## Related Issues - +**Tests Run/Test cases added:** (required) +- [ ] Description of test case \ No newline at end of file From b6a75b15b424a5739f38ac3f87014a5bde57e026 Mon Sep 17 00:00:00 2001 From: Narendranath Gogineni Date: Mon, 17 Nov 2025 19:35:44 +0530 Subject: [PATCH 2/3] update check to send hook results in streaming --- .github/pull_request_template.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bfb0e40cf..5b230e4b5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,4 @@ -**Title:** -- Brief Description of Changes - -**Description:** (optional) +**Description:** (required) - Detailed change 1 - Detailed change 2 From 29010856d02aeaf8628149bfcc426d058692077f Mon Sep 17 00:00:00 2001 From: Narendranath Gogineni Date: Mon, 17 Nov 2025 19:40:35 +0530 Subject: [PATCH 3/3] add type of change to template --- .github/pull_request_template.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5b230e4b5..7436a7281 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,4 +3,12 @@ - Detailed change 2 **Tests Run/Test cases added:** (required) -- [ ] Description of test case \ No newline at end of file +- [ ] Description of test case + +**Type of Change:** + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Documentation update +- [ ] Refactoring (no functional changes) \ No newline at end of file