From 71708bb1d70fe283c4baffe5576d5385f5743267 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Fri, 22 Nov 2024 17:39:07 +0800 Subject: [PATCH] [KYUUBI #6821] Restore the plain PULL_REQUEST_TEMPLATE ### Why are the changes needed? From my review experience in the past few months, the contributors have less interest in filling the current rich PR template without explicit requests from reviewers. Instead of keeping a rich template to ask the contributors to answer bunches of questions, I prefer to leave only the most important questions to keep the template clean and short. ### How was this patch tested? It's not a code change, it requires manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #6821 from pan3793/pr-template. Closes #6821 b1bbdd6c1 [Cheng Pan] nit ac9a9a59b [Cheng Pan] nit 6fece594c [Cheng Pan] Restore to the plain PULL_REQUEST_TEMPLATE Authored-by: Cheng Pan Signed-off-by: Kent Yao --- .github/PULL_REQUEST_TEMPLATE | 69 ++++++++++++++++------------------- 1 file changed, 32 insertions(+), 37 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 072722cc39a..58bb232ad90 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,38 +1,33 @@ -# :mag: Description -## Issue References ๐Ÿ”— - - + + +### Why are the changes needed? + + + +### How was this patch tested? + + + +### Was this patch authored or co-authored using generative AI tooling? + -This pull request fixes # - -## Describe Your Solution ๐Ÿ”ง - -Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. - - -## Types of changes :bookmark: - -- [ ] Bugfix (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 change) - -## Test Plan ๐Ÿงช - -#### Behavior Without This Pull Request :coffin: - - -#### Behavior With This Pull Request :tada: - - -#### Related Unit Tests - - ---- - -# Checklist ๐Ÿ“ - - - -- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) - -**Be nice. Be informative.**