mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-11-29 18:48:23 +08:00
[Core] Upgrade issues template
This commit is contained in:
parent
f4aeb3f9a7
commit
6fdfac3f33
51
.github/ISSUE_TEMPLATE/core.yml
vendored
Normal file
51
.github/ISSUE_TEMPLATE/core.yml
vendored
Normal file
@ -0,0 +1,51 @@
|
||||
name: 🌟 Core
|
||||
title: 🌟 [Core] Support core for xxx
|
||||
description: Submit a piece of content about the kernel level
|
||||
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:
|
||||
- Core (Default)
|
||||
- Web
|
||||
- Driver
|
||||
- Client
|
||||
- Library
|
||||
- Shaded
|
||||
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.
|
11
.github/ISSUE_TEMPLATE/feature.yml
vendored
11
.github/ISSUE_TEMPLATE/feature.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: ✨ Feature
|
||||
title: ✨ [Feature] This is a feature name
|
||||
title: ✨ [Feature] Support core for xxx
|
||||
description: Suggest an idea
|
||||
labels:
|
||||
- feature
|
||||
@ -26,14 +26,7 @@ body:
|
||||
label: Affected Module
|
||||
description: Which modules have been changed.
|
||||
options:
|
||||
- Core (Default)
|
||||
- Driver
|
||||
- Client
|
||||
- Executor
|
||||
- File System
|
||||
- Parser
|
||||
- Plugin
|
||||
- Scheduler
|
||||
- Feature (Default)
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
|
Loading…
Reference in New Issue
Block a user