change github template (#984)
This commit is contained in:
parent
e073e1d3ad
commit
612686a51b
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -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:
|
||||
|
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -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.
|
26
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
26
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -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
|
6
.github/ISSUE_TEMPLATE/question.yml
vendored
6
.github/ISSUE_TEMPLATE/question.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user