1
0
Fork 0

Ammends addition issue template

This commit is contained in:
Alicia Sykes 2022-07-10 09:25:40 +01:00
parent 880a88facb
commit 3c6a2c5c40

View file

@ -48,11 +48,24 @@ body:
label: Association Disclosure label: Association Disclosure
description: >- description: >-
For transparency, please state weather you currently/ previously have had any association with For transparency, please state weather you currently/ previously have had any association with
this project in any form. If you have, then please also specify the context of your involvement this project in any form. \nIf you have, then please also specify the context of your involvement
placeholder: placeholder:
validations: validations:
required: false required: false
# Can user submit PR
- type: dropdown
id: canImplement
attributes:
label: Would you like to submit a PR?
description: Is this addition something that you are willing to submit a pull request for?
options:
- 'No.'
- 'Maybe?'
- 'Yes!'
validations:
required: false
# Confirmation checkboxes # Confirmation checkboxes
- type: checkboxes - type: checkboxes
id: idiot-check id: idiot-check