···2323 description: |
2424 If the functionality involves changes to configuration files please provide an example here
2525 render: json5
2626- - type: dropdown
2626+ - type: checkboxes
2727 attributes:
2828 label: Will you help implement it?
2929- description: Are you willing to contribute code towards completing this feature?
3029 options:
3131- - Yes
3232- - No
3333- default: 1
3434- validations:
3535- required: true
3636- - type: dropdown
3737- attributes:
3838- label: Will you help test it?
3939- description: Are you willing to help test preview builds for this feature?
4040- options:
4141- - Yes
4242- - No
4343- default: 0
4444- validations:
4545- required: true
3030+ - label: I am willing to contribute code towards completing this feature
3131+ - label: I am willing to help test preview builds for this feature
+9-23
.github/ISSUE_TEMPLATE/03-new-source-client.yml
···3939 label: API Available?
4040 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.**
4141 options:
4242- - Yes
4343- - No
4242+ - 'Yes'
4343+ - 'No'
4444 default: 1
4545 validations:
4646 required: true
···4949 label: Free To Use?
5050 description: Is this service/software freely available or does it require purchasing/subscription?
5151 options:
5252- - Yes
5353- - No
5252+ - 'Yes'
5353+ - 'No'
5454 default: 1
5555 validations:
5656 required: true
···5959 label: Willing to finance development?
6060 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?
6161 options:
6262- - Yes
6363- - No
6262+ - 'Yes'
6363+ - 'No'
6464 validations:
6565 required: false
6666- - type: dropdown
6666+ - type: checkboxes
6767 attributes:
6868 label: Will you help implement it?
6969- description: Are you willing to contribute code towards completing this feature?
7069 options:
7171- - Yes
7272- - No
7373- default: 1
7474- validations:
7575- required: true
7676- - type: dropdown
7777- attributes:
7878- label: Will you help test it?
7979- description: Are you willing to help test preview builds for this feature?
8080- options:
8181- - Yes
8282- - No
8383- default: 0
8484- validations:
8585- required: true
7070+ - label: I am willing to contribute code towards completing this feature
7171+ - label: I am willing to help test preview builds for this feature
8672 - type: textarea
8773 attributes:
8874 label: Additional Context