mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:20:05 +08:00
29 lines
936 B
YAML
29 lines
936 B
YAML
|
name: Feature Request
|
||
|
description: request an new feature
|
||
|
labels: ["feature request"]
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
Thanks for taking the time to fill out this feature request!
|
||
|
- type: textarea
|
||
|
id: feature-description
|
||
|
attributes:
|
||
|
label: Is your feature request related to a problem? Please describe..
|
||
|
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: feature-solution
|
||
|
attributes:
|
||
|
label: Describe the solution you'd like.
|
||
|
description: A clear and concise description of what you want to happen.
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: additional-context
|
||
|
attributes:
|
||
|
label: Additional context
|
||
|
description: Add any other context or screenshots about the feature request here.
|
||
|
|