Update question.yml

This commit is contained in:
wangyunlai 2023-05-08 16:01:51 +08:00 committed by GitHub
parent b5caa65a12
commit adf96925cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,25 +1,35 @@
name: question
description: concise description of the problem.
name: 🙋 Question
description: Ask a question about OceanBase
title: "[Question]: "
labels: [question]
assignees:
- caifeizhi
labels: ["type: question"]
body:
- type: checkboxes
attributes:
label: Please check the issue list for the same question
options:
- label: Please try full text in English and attach precise description.
required: true
- type: markdown
attributes:
value: |
Make sure you have:
* Searched [GitHub issue](https://github.com/oceanbase/oceanbase/issues)
* Searched [documentation](https://open.oceanbase.com)
If the question is concise and probably has a short answer, asking it in [community Slack](https://join.slack.com/t/oceanbase/shared_invite/zt-1e25oz3ol-lJ6YNqPHaKwY_mhhioyEuw)
- type: textarea
attributes:
label: Describe your question
description: better to provide some pictures.
validations:
required: true
- type: textarea
attributes:
label: Environment
description: |
Environment details sometimes important
value: |
#### OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH ./observer -V`)
#### Hardware parameter(`uname -a`)
- type: textarea
attributes:
label: Other information
description: Anything others about the question
validations:
required: false