mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-05 13:38:07 +08:00
47 lines
1.7 KiB
YAML
47 lines
1.7 KiB
YAML
name: ✨ Feature
|
|
title: ✨ [Feature] Support core for xxx
|
|
description: Suggest an idea
|
|
labels:
|
|
- feature
|
|
- enhancement
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Contribution guidelines
|
|
description: Please read the contribution guidelines before proceeding.
|
|
options:
|
|
- label: I've read the [contribution guidelines](https://github.com/devlive-community/datacap/blob/dev/CONTRIBUTING.md) and wholeheartedly agree
|
|
required: true
|
|
- type: checkboxes
|
|
attributes:
|
|
label: I want to suggest an idea and checked that ...
|
|
description: Make sure that your request fulfills all of the following requirements. If one requirement cannot be satisfied, explain in detail why.
|
|
options:
|
|
- label: ... to my best knowledge, my idea wouldn't break something for other users
|
|
- label: ... the documentation does not mention anything about my idea
|
|
- label: ... there are no open or closed issues that are related to my idea
|
|
- type: dropdown
|
|
id: module
|
|
attributes:
|
|
label: Affected Module
|
|
description: Which modules have been changed.
|
|
options:
|
|
- Feature (Default)
|
|
default: 0
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: Please describe your idea in a reasonable amount of detail.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Use Cases
|
|
description: Please describe how your idea would benefit you and other users.
|
|
- type: textarea
|
|
attributes:
|
|
label: Screenshots / Mockups
|
|
description: If applicable, provide mockups or screenshots. You can drag-and-drop images here, or link to external assets.
|