This commit is contained in:
Izuco 2021-12-19 21:30:46 +01:00
parent 8ee461605d
commit bda6beb13a
No known key found for this signature in database
GPG key ID: 41DFCB1835A5695E
2 changed files with 68 additions and 25 deletions

68
.github/ISSUE_TEMPLATE/bug.yml vendored Normal file
View file

@ -0,0 +1,68 @@
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

View file

@ -1,25 +0,0 @@
---
name: Bug report
about: Found a Bug? Than report it here :)
title: "[BUG] [Funimation/Crunchy] <Short description here>"
labels: bug
assignees: izu-co
---
<!-- Please fill in the placeholders.-->
** Main info: **
Script version:
Service:
Show ID:
Episode ID:
Command used:
<!-- Make sure you don't leak your token. This should only be a concern when you are using the --debug flag -->
Console output:
```text
```
** Additional Info: **