From fe16ffa40b2af020d036dee6088a427de48037e7 Mon Sep 17 00:00:00 2001 From: successbyte Date: Fri, 9 Jan 2026 00:23:02 +0430 Subject: [PATCH] fix: prevent conflicting required options in design issue template --- .github/ISSUE_TEMPLATE/design.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/design.yml b/.github/ISSUE_TEMPLATE/design.yml index 9ed38fe7..44427a5f 100644 --- a/.github/ISSUE_TEMPLATE/design.yml +++ b/.github/ISSUE_TEMPLATE/design.yml @@ -69,14 +69,11 @@ body: - label: I have reviewed the [Contributing Guidelines](https://github.com/asyncapi/.github/blob/master/CONTRIBUTING.md). required: true - - type: checkboxes + - type: dropdown id: help-fixing attributes: label: Are you willing to work on this issue? description: This is absolutely not required, but we are happy to guide you in the contribution process. - label: Would you like to help fix this issue? (Not required, but appreciated!) options: - - label: Yes, I am interested in contributing to the fix. - required: true - - label: No, I am just reporting the issue. - required: true + - "Yes I am willing to submit a PR!" + - "No, someone else can work on it"