From 7b21120144dce3b70438488d708a622f9af9f698 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:26:07 +0200 Subject: [PATCH] doc(template,backend): implement checkbox --- .github/ISSUE_TEMPLATE/2-backend.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-backend.yaml b/.github/ISSUE_TEMPLATE/2-backend.yaml index e4b0fd7..9d1f2c4 100644 --- a/.github/ISSUE_TEMPLATE/2-backend.yaml +++ b/.github/ISSUE_TEMPLATE/2-backend.yaml @@ -17,17 +17,13 @@ body: validations: required: true - - type: dropdown + - type: checkboxes id: implement attributes: - label: Would you be willing to implement this yourself? - description: We would support you through this process. - multiple: false + label: Would you be willing to implement this? We would support you through this process. + description: Tick the box if so. options: - - "yes" - - "no" - validations: - required: true + - label: Yes, I would like to implement this. - type: textarea id: information