mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-28 01:10:52 +01:00
Add feature request template
This commit is contained in:
parent
231f55951f
commit
8811160743
21
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
21
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: Feature request
|
||||||
|
description: Suggest an idea for the app itself
|
||||||
|
labels: enhancement
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Related Problem(s)
|
||||||
|
description: 💥 Are there any problems that cooerced you into filing this feature request?
|
||||||
|
value: 😩 NO, bugs are overrated!
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: 🤓 What do you want to happen?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Alternatives
|
||||||
|
description: 🥺 Is there really no other way? Evaluate them.
|
||||||
|
validations:
|
||||||
|
required: true
|
Loading…
Reference in New Issue
Block a user