mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
40 lines
1.5 KiB
YAML
40 lines
1.5 KiB
YAML
name: "\U0001F680 New feature proposal"
|
|
description: Suggest an idea for this project
|
|
labels: [":sparkles: feature request"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for your interest in the project and taking the time to fill out this feature report!
|
|
- type: textarea
|
|
id: feature-description
|
|
attributes:
|
|
label: Clear and concise description of the problem
|
|
description: "Explain your use case, context, and rationale behind this feature request. More importantly, what is the **end user experience** you are trying to build that led to the need for this feature?"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: suggested-solution
|
|
attributes:
|
|
label: Suggested solution
|
|
description: "In module [xy] we could provide following implementation..."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternative
|
|
attributes:
|
|
label: Alternative
|
|
description: Clear and concise description of any alternative solutions or features you've considered.
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional context
|
|
description: Any other context or screenshots about the feature request here.
|
|
- type: checkboxes
|
|
id: checkboxes
|
|
attributes:
|
|
label: Validations
|
|
description: Before submitting the issue, please make sure you do the following
|
|
options:
|
|
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
|
|
required: true |