diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 0000000000000000000000000000000000000000..65126c093b8be5217109d1ecbb0a358f5d69c6af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,19 @@ +name: question +description: concise description of the problem. +title: "[Question]: " +labels: [question] +assignees: + - caifeizhi +body: + - type: markdown + attributes: + value: | + Before asking a question, make sure you have: + * Searched [GitHub issue](https://github.com/oceanbase/oceanbase/issues) + * Searched [documentation](https://open.oceanbase.com) + - type: textarea + attributes: + label: Describe your question + description: better to provide some pictures. + validations: + required: true