From 70068d46742baf0b302fcc13ef91a2b4ff06c815 Mon Sep 17 00:00:00 2001 From: Animesh Kumar Date: Mon, 30 Sep 2024 16:17:09 +0530 Subject: [PATCH] Update design.yml added suggestions from: https://github.com/asyncapi/.github/pull/308#issuecomment-2367460021 --- .github/ISSUE_TEMPLATE/design.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/design.yml b/.github/ISSUE_TEMPLATE/design.yml index ce877deb..9ed38fe7 100644 --- a/.github/ISSUE_TEMPLATE/design.yml +++ b/.github/ISSUE_TEMPLATE/design.yml @@ -72,9 +72,11 @@ body: - type: checkboxes 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 \ No newline at end of file + required: true