Update feature_request.yml
This commit is contained in:
24
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
24
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,26 +1,32 @@
|
|||||||
name: feature request
|
name: 🚀 Feature Request
|
||||||
description: feature request for OceanBase
|
description: feature request for OceanBase
|
||||||
title: "[feat.]: "
|
title: "[feat.]: <title>"
|
||||||
labels: [feature]
|
labels: ["type: feature"]
|
||||||
assignees:
|
assignees: []
|
||||||
- caifeizhi
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Please check the issue list for the same feature first
|
label: Please check the issue list for the same feature first
|
||||||
options:
|
options:
|
||||||
- label: Please checked issue list and confirm this feature is encountered for the first time.
|
- label: I have searched the existing issues.
|
||||||
required: true
|
required: true
|
||||||
- label: Please try full text in English and attach precise description.
|
- label: Please try full text in English and attach precise description.
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: A full description of the feature and provide some example if the same feature exists in other products, such as mysql
|
label: Use Case
|
||||||
render: markdown
|
description: A clear and concise description of what is the intended usage scenario is.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: other information
|
label: Describe alternatives you have considered
|
||||||
|
description: A clear and concise description of any alternative solutions or features you've considered
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Other information
|
||||||
|
description: Any other information about the feature.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user