From 96cf96b77b2f4654e5e6fa528296d8ed943cf94b Mon Sep 17 00:00:00 2001 From: Kenny <27463495+Frontesque@users.noreply.github.com> Date: Mon, 20 Jun 2022 09:57:06 -0400 Subject: [PATCH 1/2] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index f7b8634..3bf97b0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -41,9 +41,9 @@ body: attributes: label: VueTube version description: | - You can find your VueTube version in **Settings**. + You can find your VueTube version in **Settings/About** within the app. placeholder: | - Example: "1.0" + Example: "619c416" validations: required: true @@ -57,6 +57,17 @@ body: Example: "Android 12" validations: required: true + + - type: input + id: device-type + attributes: + label: Device + description: | + The make and model of your device. + placeholder: | + Example: "Google Pixel 6 Pro" + validations: + required: true - type: textarea id: other-details From 73c62d0a7a8d02a162c146d767094c52a0c9750a Mon Sep 17 00:00:00 2001 From: Kenny <27463495+Frontesque@users.noreply.github.com> Date: Mon, 20 Jun 2022 09:57:28 -0400 Subject: [PATCH 2/2] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 3bf97b0..a85f724 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -58,7 +58,7 @@ body: validations: required: true - - type: input + - type: input id: device-type attributes: label: Device