[Core] Upgrade issues template (#647)

This commit is contained in:
qianmoQ 2024-01-23 15:39:13 +08:00 committed by GitHub
commit 73a6adf323
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 53 additions and 9 deletions

51
.github/ISSUE_TEMPLATE/core.yml vendored Normal file
View 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.

View File

@ -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