mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
29 lines
783 B
YAML
29 lines
783 B
YAML
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: textarea
|
|
id: suggestion
|
|
attributes:
|
|
label: Suggestion
|
|
description: 'What is your suggestion?'
|
|
validations:
|
|
required: true
|