Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/ISSUE_TEMPLATE/design.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"