From 65b631beb67e932953e5f558ed929eb3bd3872b2 Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Thu, 28 Dec 2023 18:52:12 +0800 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE --- .github/PULL_REQUEST_TEMPLATE | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 6de5d0adccd..072722cc39a 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -29,28 +29,10 @@ Please include a summary of the change and which issue is fixed. Please also inc --- -# Checklists -## 📝 Author Self Checklist +# Checklist 📝 -- [ ] My code follows the [style guidelines](https://kyuubi.readthedocs.io/en/master/contributing/code/style.html) of this project -- [ ] I have performed a self-review -- [ ] 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 -- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) - -## 📝 Committer Pre-Merge Checklist - -- [ ] Pull request title is okay. -- [ ] No license issues. -- [ ] Milestone correctly set? -- [ ] Test coverage is ok -- [ ] Assignees are selected. -- [ ] Minimum number of approvals -- [ ] No changes are requested +- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.**