mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-26 13:13:03 +00:00
Update bug-report.yml
This commit is contained in:
parent
619c4168be
commit
96cf96b77b
1 changed files with 13 additions and 2 deletions
15
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -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
|
||||
|
||||
|
@ -58,6 +58,17 @@ body:
|
|||
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
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue