mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-21 23:08:02 +00:00
Capitalise issue template folder
This commit is contained in:
37
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
37
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
@ -0,0 +1,37 @@
|
||||
name: Feature request
|
||||
description: Do you have an idea that could extend Rolens's possibilities? This is the place to propose it.
|
||||
labels: [enhancement]
|
||||
assignees: [garraflavatra]
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to propose a new feature!
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Feature description
|
||||
description: Give a brief description of the feature you'd like to see. What issue does it solve, and what is it capable of?
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Version
|
||||
description: What version of Rolens are you running?
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: importance
|
||||
attributes:
|
||||
label: Importance
|
||||
options:
|
||||
- Nice to have
|
||||
- It would make Rolens more complete
|
||||
- I cannot use Rolens without it
|
||||
validations:
|
||||
required: true
|
Reference in New Issue
Block a user