mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-09-03 05:10:00 +03:00
fix: Fix boolean options in issue template forms
This commit is contained in:
@@ -23,23 +23,9 @@ body:
|
||||
description: |
|
||||
If the functionality involves changes to configuration files please provide an example here
|
||||
render: json5
|
||||
- type: dropdown
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Will you help implement it?
|
||||
description: Are you willing to contribute code towards completing this feature?
|
||||
options:
|
||||
- Yes
|
||||
- No
|
||||
default: 1
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Will you help test it?
|
||||
description: Are you willing to help test preview builds for this feature?
|
||||
options:
|
||||
- Yes
|
||||
- No
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
- label: I am willing to contribute code towards completing this feature
|
||||
- label: I am willing to help test preview builds for this feature
|
||||
|
||||
@@ -39,8 +39,8 @@ body:
|
||||
label: API Available?
|
||||
description: Does the service have an API or other protocol that multi-scrobbler can use to communicate? **Without this the likelyhood of implementation is very low.**
|
||||
options:
|
||||
- Yes
|
||||
- No
|
||||
- 'Yes'
|
||||
- 'No'
|
||||
default: 1
|
||||
validations:
|
||||
required: true
|
||||
@@ -49,8 +49,8 @@ body:
|
||||
label: Free To Use?
|
||||
description: Is this service/software freely available or does it require purchasing/subscription?
|
||||
options:
|
||||
- Yes
|
||||
- No
|
||||
- 'Yes'
|
||||
- 'No'
|
||||
default: 1
|
||||
validations:
|
||||
required: true
|
||||
@@ -59,30 +59,16 @@ body:
|
||||
label: Willing to finance development?
|
||||
description: If the software is **non-free** are you will to provide a paid account/subscription to multi-scrobbler developer's in order to facilitate development/testing?
|
||||
options:
|
||||
- Yes
|
||||
- No
|
||||
- 'Yes'
|
||||
- 'No'
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Will you help implement it?
|
||||
description: Are you willing to contribute code towards completing this feature?
|
||||
options:
|
||||
- Yes
|
||||
- No
|
||||
default: 1
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Will you help test it?
|
||||
description: Are you willing to help test preview builds for this feature?
|
||||
options:
|
||||
- Yes
|
||||
- No
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
- label: I am willing to contribute code towards completing this feature
|
||||
- label: I am willing to help test preview builds for this feature
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional Context
|
||||
|
||||
Reference in New Issue
Block a user