You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2022/09/16 13:50:46 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3497] Improve GitHub issue template

This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 67cfb3263 [KYUUBI #3497] Improve GitHub issue template
67cfb3263 is described below

commit 67cfb32638968ce66ac7a82b357e9e525bf7987a
Author: yikf <yi...@gmail.com>
AuthorDate: Fri Sep 16 21:50:36 2022 +0800

    [KYUUBI #3497] Improve GitHub issue template
    
    ### _Why are the changes needed?_
    
    Fix https://github.com/apache/incubator-kyuubi/issues/3497
    
    This PR is intended to optimize improve GitHub issue template, aiming to add `Are you willing to submit PR?` 's options
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #3501 from Yikf/master.
    
    Closes #3497
    
    ea6cf4b5 [yikf] improve issue template
    
    Authored-by: yikf <yi...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .github/ISSUE_TEMPLATE/bug-report.yml             | 4 +++-
 .github/ISSUE_TEMPLATE/doc-improvement-report.yml | 4 +++-
 .github/ISSUE_TEMPLATE/feature-request.yml        | 4 +++-
 .github/ISSUE_TEMPLATE/flaky-test-report.yml      | 6 ++++--
 .github/ISSUE_TEMPLATE/improve-test.yml           | 6 ++++--
 .github/ISSUE_TEMPLATE/improvement.yml            | 4 +++-
 .github/ISSUE_TEMPLATE/subtask.yml                | 4 +++-
 .github/ISSUE_TEMPLATE/umbrella.yml               | 4 +++-
 8 files changed, 26 insertions(+), 10 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 1d70d9bf1..441bbf592 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -128,7 +128,9 @@ body:
         especially if you already know a good understanding of how to implement the fix.
         Kyuubi is a community-driven project and we love to bring new contributors in.
       options:
-        - label: Yes I am willing to submit a PR!
+        - label: Yes. I can submit a PR independently to fix.
+        - label: Yes. I would be willing to submit a PR with guidance from the Kyuubi community to fix.
+        - label: No. I cannot submit a PR at this time.
 
   - type: markdown
     attributes:
diff --git a/.github/ISSUE_TEMPLATE/doc-improvement-report.yml b/.github/ISSUE_TEMPLATE/doc-improvement-report.yml
index 3b731c090..b5865f77c 100644
--- a/.github/ISSUE_TEMPLATE/doc-improvement-report.yml
+++ b/.github/ISSUE_TEMPLATE/doc-improvement-report.yml
@@ -90,7 +90,9 @@ body:
         especially if you already know a good understanding of how to implement the fix.
         Kyuubi is a community-driven project and we love to bring new contributors in.
       options:
-        - label: Yes I am willing to submit a PR!
+        - label: Yes. I can submit a PR independently to improve.
+        - label: Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
+        - label: No. I cannot submit a PR at this time.
 
   - type: markdown
     attributes:
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
index 322550489..babc542a0 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -86,7 +86,9 @@ body:
         especially if you already have a grip on how to implement the new feature.
         Kyuubi is a community-driven project and we love to bring new contributors in.
       options:
-        - label: Yes I am willing to submit a PR!
+        - label: Yes. I can submit a PR independently to improve.
+        - label: Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
+        - label: No. I cannot submit a PR at this time.
 
   - type: markdown
     attributes:
diff --git a/.github/ISSUE_TEMPLATE/flaky-test-report.yml b/.github/ISSUE_TEMPLATE/flaky-test-report.yml
index 699c49d79..2f24597a0 100644
--- a/.github/ISSUE_TEMPLATE/flaky-test-report.yml
+++ b/.github/ISSUE_TEMPLATE/flaky-test-report.yml
@@ -16,7 +16,7 @@
 #
 
 name: Flaky Test Report
-title: "[TEST]: "
+title: "[TEST]"
 description: Describe the flaky test you encountered with Apache Kyuubi
 labels: ["kind:bug,kind:test,priority:major"]
 body:
@@ -78,7 +78,9 @@ body:
         especially if you already know a good understanding of how to implement the fix.
         Kyuubi is a community-driven project and we love to bring new contributors in.
       options:
-        - label: Yes I am willing to submit a PR!
+        - label: Yes. I can submit a PR independently to fix.
+        - label: Yes. I would be willing to submit a PR with guidance from the Kyuubi community to fix.
+        - label: No. I cannot submit a PR at this time.
 
   - type: markdown
     attributes:
diff --git a/.github/ISSUE_TEMPLATE/improve-test.yml b/.github/ISSUE_TEMPLATE/improve-test.yml
index d0440ebe3..5297ae238 100644
--- a/.github/ISSUE_TEMPLATE/improve-test.yml
+++ b/.github/ISSUE_TEMPLATE/improve-test.yml
@@ -16,7 +16,7 @@
 #
 
 name: Test Only Fix
-title: "[TEST]: "
+title: "[TEST]"
 description: Describe the tests you want to improve with Apache Kyuubi
 labels: ["kind:test,priority:minor"]
 body:
@@ -59,7 +59,9 @@ body:
         especially if you already know a good understanding of how to implement the fix.
         Kyuubi is a community-driven project and we love to bring new contributors in.
       options:
-        - label: Yes I am willing to submit a PR!
+        - label: Yes. I can submit a PR independently to improve.
+        - label: Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
+        - label: No. I cannot submit a PR at this time.
 
   - type: markdown
     attributes:
diff --git a/.github/ISSUE_TEMPLATE/improvement.yml b/.github/ISSUE_TEMPLATE/improvement.yml
index 09f7f5040..01e09f0b8 100644
--- a/.github/ISSUE_TEMPLATE/improvement.yml
+++ b/.github/ISSUE_TEMPLATE/improvement.yml
@@ -69,7 +69,9 @@ body:
         especially if you already know a good understanding of how to implement the fix.
         Kyuubi is a community-driven project and we love to bring new contributors in.
       options:
-        - label: Yes I am willing to submit a PR!
+        - label: Yes. I can submit a PR independently to improve.
+        - label: Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
+        - label: No. I cannot submit a PR at this time.
 
   - type: markdown
     attributes:
diff --git a/.github/ISSUE_TEMPLATE/subtask.yml b/.github/ISSUE_TEMPLATE/subtask.yml
index e145a5427..38d787188 100644
--- a/.github/ISSUE_TEMPLATE/subtask.yml
+++ b/.github/ISSUE_TEMPLATE/subtask.yml
@@ -63,7 +63,9 @@ body:
         especially if you already have a grip on how to implement the new feature.
         Kyuubi is a community-driven project and we love to bring new contributors in.
       options:
-        - label: Yes I am willing to submit a PR!
+        - label: Yes. I can submit a PR independently to improve.
+        - label: Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
+        - label: No. I cannot submit a PR at this time.
 
   - type: markdown
     attributes:
diff --git a/.github/ISSUE_TEMPLATE/umbrella.yml b/.github/ISSUE_TEMPLATE/umbrella.yml
index f7d468480..d6a6bd2f1 100644
--- a/.github/ISSUE_TEMPLATE/umbrella.yml
+++ b/.github/ISSUE_TEMPLATE/umbrella.yml
@@ -73,7 +73,9 @@ body:
         especially if you already have a grip on how to implement the new feature.
         Kyuubi is a community-driven project and we love to bring new contributors in.
       options:
-        - label: Yes I am willing to submit a PR!
+        - label: Yes. I can submit a PR independently to improve.
+        - label: Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
+        - label: No. I cannot submit a PR at this time.
 
   - type: markdown
     attributes: