From bd0989487d6bfb1d72a3c723fdc9487451a38194 Mon Sep 17 00:00:00 2001 From: Brian Yue Date: Wed, 22 Sep 2021 17:55:06 +0800 Subject: [PATCH] [KYUUBI #1115] Add Affects Version/s area in bug report issue template ### _Why are the changes needed?_ Close #1115. ### _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.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1116 from byyue/feature-1115. Closes #1115 d4513b22 [Brian Yue] Add Affects Version/s area in bug report issue template Authored-by: Brian Yue Signed-off-by: ulysses-you --- .github/ISSUE_TEMPLATE/bug-report.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9cbe40268..2e38d0e83 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -59,14 +59,24 @@ body: validations: required: true + - type: input + id: versions + attributes: + label: Affects Version(s) + description: Which versions of Kyuubi are affected by this bug? + placeholder: > + e.g. master/1.3.0/1.2.0/... + validations: + required: true + - type: textarea id: s-logs attributes: label: Kyuubi Server Log Output - description: What do you see when you check the log of kyuubi server instance? + description: What do you see when you check the log of Kyuubi server instance? placeholder: > Tips: check the server log under the KYUUBI_HOME/logs/ folder. It is extremely helpful if you copy and paste - the fragment of logs showing the exact error messages of kyuubi server. + the fragment of logs showing the exact error messages of Kyuubi server. render: logtalk validations: required: false @@ -75,10 +85,10 @@ body: id: e-logs attributes: label: Kyuubi Engine Log Output - description: What do you see when you check the log of kyuubi engine instance? + description: What do you see when you check the log of Kyuubi engine instance? placeholder: > Tips: check the engine log under the KYUUBI_HOME/work/[username]/ folder. It is extremely helpful if you copy and paste - the fragment of logs showing the exact error messages of kyuubi engines. + the fragment of logs showing the exact error messages of Kyuubi engines. render: logtalk validations: required: false