Make installation method and API method mandatory in bug issue template (#2342)
* Update bug_report.yaml * move API position
This commit is contained in:
parent
35dcdbac10
commit
fe84889242
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue