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