This is an automated email from the ASF dual-hosted git repository.
ulyssesyou 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 bd09894 [KYUUBI #1115] Add Affects Version/s area in bug report issue
template
bd09894 is described below
commit bd0989487d6bfb1d72a3c723fdc9487451a38194
Author: Brian Yue <[email protected]>
AuthorDate: Wed Sep 22 17:55:06 2021 +0800
[KYUUBI #1115] Add Affects Version/s area in bug report issue template
<!--
Thanks for sending a pull request!
Here are some tips for you:
1. If this is your first time, please read our contributor guidelines:
https://kyuubi.readthedocs.io/en/latest/community/contributions.html
2. If the PR is related to an issue in
https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your
PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
3. If the PR is unfinished, add '[WIP]' in your PR title, e.g.,
'[WIP][KYUUBI #XXXX] Your PR title ...'.
-->
### _Why are the changes needed?_
<!--
Please clarify why the changes are needed. For instance,
1. If you add a feature, you can talk about the use case of it.
2. If you fix a bug, you can clarify why it is a bug.
-->
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 <[email protected]>
Signed-off-by: ulysses-you <[email protected]>
---
.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 9cbe402..2e38d0e 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