Make installation method and API method mandatory in bug issue template (#2342)

* Update bug_report.yaml

* move API position
This commit is contained in:
efb4f5ff-1298-471a-8973-3d47447115dc 2022-06-21 02:34:21 +00:00 committed by GitHub
parent 35dcdbac10
commit fe84889242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 8 deletions

View File

@ -75,24 +75,24 @@ body:
required: true required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: 'Installation Method (If applicable)' label: Installation Method
options: options:
- .apk
- .AppImage - .AppImage
- AUR
- Chocolatey
- .deb - .deb
- .dmg - .dmg
- .exe - .exe
- Flathub - Flathub
- .pacman
- Portable - Portable
- .rpm - .rpm
- winget
- .zip - .zip
- other - other
validations: validations:
required: false required: true
- type: input
attributes:
label: 'Last Known Working FreeTube Version (If Any)'
description: What is the last version of FreeTube this worked in, if applicable?
placeholder: v0.14.0
- type: dropdown - type: dropdown
attributes: attributes:
label: Primary API used label: Primary API used
@ -102,7 +102,12 @@ body:
- Local API - Local API
- Invidious API - Invidious API
validations: validations:
required: false required: true
- type: input
attributes:
label: 'Last Known Working FreeTube Version (If Any)'
description: What is the last version of FreeTube this worked in, if applicable?
placeholder: v0.14.0
- type: textarea - type: textarea
attributes: attributes:
label: Additional Information label: Additional Information