multi-downloader-nx/.github/ISSUE_TEMPLATE/bug.yml
2021-12-19 21:30:46 +01:00

68 lines
No EOL
1.7 KiB
YAML

name: Bug
description: File a bug report
assignees:
- izu-co
labels: bug
title: "BUG"
body:
- type: markdown
attributes:
value: |
Thank you for reporting the issues you found and have with this program.
This template will guide you through all the information we need.
- type: input
id: version
attributes:
label: Program version
description: "Which version of the program do you use?"
placeholder: "1.0.0"
validations:
required: true
- type: dropdown
id: service
attributes:
label: Service
description: "Please tell us what service the bug occured in."
options:
- Funimation
- Crunchyroll
- Both
- Irrelevant
validations:
required: true
- type: input
id: command
attributes:
label: Command used
description: "Please tell us what command you used."
validations:
required: true
- type: input
id: ShowID
attributes:
label: Show ID
description: "Please provide the ID of an example show."
placeholder: "1234"
validations:
required: true
- type: input
id: Episode
attributes:
label: Episode
description: "Please provide the episode ID you used as an example."
placeholder: "1"
validations:
required: true
- type: textarea
id: output
attributes:
label: Console Output
description: "Please paste the console output from the beginning till termination here."
validations:
required: true
- type: textarea
id: additionalInfos
attributes:
label: Additional Information
description: "Do you have any additional information you can provide?"
render: shell