From 734409dc3fa96d5d40482ff839c96e676abaa7e3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 10 Nov 2023 20:09:04 +0900 Subject: [PATCH] chore: Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 047330c2..6b599752 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -57,10 +57,17 @@ body: label: Last Known Working YouTube Music (Application) version description: (If applicable) What is the last version of YouTube Music this worked in? placeholder: 1.20.0 +- type: textarea + attributes: + label: Reproduction steps + description: Provide steps to reproduce the issue. + placeholder: 1. Enable the X plugin. + validations: + required: true - type: textarea attributes: label: Expected Behavior - description: A clear and concise description of what you expected to happen. (Add a replication step if applicable) + description: A clear and concise description of what you expected to happen. validations: required: true - type: textarea @@ -69,6 +76,13 @@ body: description: A clear description of what actually happens. validations: required: true +- type: textarea + attributes: + label: Enabled plugins + description: Provide the list of plugins you enabled. + placeholder: - Album Color Theme + validations: + required: true - type: textarea attributes: label: Additional Information