From ddbd3502ea65d2f5d25305f42c9b57fd51258297 Mon Sep 17 00:00:00 2001 From: Levi Date: Sun, 22 Oct 2023 17:55:05 +0200 Subject: [PATCH] add checkbox Thanks @MagicLike! --- .github/ISSUE_TEMPLATE/button-request.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/button-request.yml b/.github/ISSUE_TEMPLATE/button-request.yml index c4a5283..54fe9f4 100644 --- a/.github/ISSUE_TEMPLATE/button-request.yml +++ b/.github/ISSUE_TEMPLATE/button-request.yml @@ -30,3 +30,10 @@ body: Is there anything else we should know? validations: required: false +- type: checkboxes + attributes: + label: Is the button already requested? + description: Please search to see if an issue for the button already exists. + options: + - label: I have searched the existing issues + required: true