diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 70459f5..ec0a9f2 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