mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
Add feature issue template
This commit is contained in:
parent
144d2395de
commit
0a785934b7
2 changed files with 30 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
|
@ -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
29
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal 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
|
||||
Loading…
Reference in a new issue