Add feature issue template

This commit is contained in:
AnimeDL 2023-01-24 19:04:05 -08:00
parent 144d2395de
commit 0a785934b7
2 changed files with 30 additions and 1 deletions

View file

@ -81,7 +81,7 @@ body:
attributes:
label: Console Output
description: "Please paste the console output from the beginning till termination here. If you are using the gui open the log folder under 'Debug > Open Log Folder' in the Menu. Please copy the content of latest.log here."
render: shell
render: Shell
validations:
required: true
- type: textarea

29
.github/ISSUE_TEMPLATE/feature.yml vendored Normal file
View file

@ -0,0 +1,29 @@
name: Enhancement
description: Suggest a enhancement or feature
labels:
- enhancement
title: "[Feedback]: "
body:
- type: markdown
attributes:
value: |
Thank you for giving feedback with this program.
This template will guide you through all the information we need.
- type: dropdown
id: programversion
attributes:
label: Type
description: "Is this suggestion for the CLI, GUI, or Both?"
options:
- CLI
- GUI
- Both
validations:
required: true
- type: input
id: suggestion
attributes:
label: Suggestion
description: "What is your suggestion?"
validations:
required: true