Blame .github/ISSUE_TEMPLATE/feature_request.yml
|
konero |
46dd3c |
name: Feature request
|
|
konero |
46dd3c |
description: Suggest an idea for this project
|
|
konero |
46dd3c |
labels: 'feature request'
|
|
konero |
46dd3c |
body:
|
|
konero |
46dd3c |
- type: markdown
|
|
konero |
46dd3c |
attributes:
|
|
konero |
46dd3c |
value: |
|
|
konero |
46dd3c |
Please search existing issues before posting to avoid creating duplicates.
|
|
konero |
46dd3c |
- type: textarea
|
|
konero |
46dd3c |
attributes:
|
|
konero |
46dd3c |
label: Is your feature request related to a problem? Please describe
|
|
konero |
46dd3c |
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
konero |
46dd3c |
- type: textarea
|
|
konero |
46dd3c |
attributes:
|
|
konero |
46dd3c |
label: Describe the solution you'd like
|
|
konero |
46dd3c |
placeholder: A clear and concise description of what you want to happen.
|
|
konero |
46dd3c |
validations:
|
|
konero |
46dd3c |
required: true
|