From 3c6a2c5c40a78c027884062d5f8d644a17bdbb9e Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 10 Jul 2022 09:25:40 +0100 Subject: [PATCH] Ammends addition issue template --- .github/ISSUE_TEMPLATE/addition.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/addition.yml b/.github/ISSUE_TEMPLATE/addition.yml index 5acf5b2..f945ece 100644 --- a/.github/ISSUE_TEMPLATE/addition.yml +++ b/.github/ISSUE_TEMPLATE/addition.yml @@ -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