[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 <code.byyue@gmail.com>
Signed-off-by: ulysses-you <ulyssesyou@apache.org>
This commit is contained in:
Brian Yue 2021-09-22 17:55:06 +08:00 committed by ulysses-you
parent 7b7d228fb4
commit bd0989487d
No known key found for this signature in database
GPG Key ID: 4C500BC62D576766

View File

@ -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