From bda6beb13af93240403d4c5d7f4285158e20004e Mon Sep 17 00:00:00 2001 From: Izuco Date: Sun, 19 Dec 2021 21:30:46 +0100 Subject: [PATCH] Bug --- .github/ISSUE_TEMPLATE/bug.yml | 68 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 25 ---------- 2 files changed, 68 insertions(+), 25 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..8ee650d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 9886286..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Bug report -about: Found a Bug? Than report it here :) -title: "[BUG] [Funimation/Crunchy] " -labels: bug -assignees: izu-co - ---- - - - -** Main info: ** - -Script version: -Service: -Show ID: -Episode ID: -Command used: - -Console output: -```text - -``` - -** Additional Info: **