From 612686a51b6237f76794ff5938c69635402fb11d Mon Sep 17 00:00:00 2001 From: akaError <97499944+akaError@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:32:33 +0800 Subject: [PATCH] change github template (#984) --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 +++- .github/ISSUE_TEMPLATE/feature_request.md | 17 -------------- .github/ISSUE_TEMPLATE/feature_request.yml | 26 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/question.yml | 6 +++++ 4 files changed, 35 insertions(+), 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index befeb0245..96bc682fb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -9,7 +9,9 @@ body: attributes: label: Please check the issue list for the same bug options: - - label: I have checked issue list and this bug is encountered for the first time. + - label: Please checked issue list and confirm this bug is encountered for the first time. + required: true + - label: Please try full text in English and attach precise description. required: true - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 066b2d920..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..52f2976a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,26 @@ +name: feature request +description: feature request for OceanBase +title: "[feat.]: " +labels: [feature] +assignees: + - caifeizhi +body: + - type: checkboxes + attributes: + label: Please check the issue list for the same feature first + options: + - label: Please checked issue list and confirm this feature is encountered for the first time. + required: true + - label: Please try full text in English and attach precise description. + required: true + - type: textarea + attributes: + label: A full description of the feature and provide some example if the same feature exists in other products, such as mysql + render: markdown + validations: + required: true + - type: textarea + attributes: + label: other information + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 5365e6f1f..daa397d97 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -5,6 +5,12 @@ labels: [question] assignees: - caifeizhi 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: |