Ammends addition issue template
This commit is contained in:
parent
880a88facb
commit
3c6a2c5c40
1 changed files with 14 additions and 1 deletions
15
.github/ISSUE_TEMPLATE/addition.yml
vendored
15
.github/ISSUE_TEMPLATE/addition.yml
vendored
|
@ -48,11 +48,24 @@ body:
|
|||
label: Association Disclosure
|
||||
description: >-
|
||||
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:
|
||||
validations:
|
||||
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
|
||||
- type: checkboxes
|
||||
id: idiot-check
|
||||
|
|
Loading…
Reference in a new issue