From 744d4ebbaf4349444d8d361593c4c04652c6c54b Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 3 Oct 2023 15:14:44 +0100 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 70459f530..ec0a9f261 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -117,11 +117,16 @@ body: required: true - type: dropdown + id: willing-to-submit-pr attributes: label: 🔗 Are you willing to submit PR? - description: - This is absolutely not required, but we are happy to guide you in the contribution process. - - "Yes I am willing to submit a PR!" + description: This is absolutely not required, but we are happy to guide you in the contribution process. + options: # Added options key + - "Yes, I am willing to submit a PR!" + - "No" + validations: + required: false + - type: checkboxes id: terms