diff --git a/.github/ISSUE_TEMPLATE/design-md-request.yml b/.github/ISSUE_TEMPLATE/design-md-request.yml index 8b0cd3b..4351fbc 100644 --- a/.github/ISSUE_TEMPLATE/design-md-request.yml +++ b/.github/ISSUE_TEMPLATE/design-md-request.yml @@ -26,14 +26,16 @@ body: validations: required: true - - type: checkboxes + - type: dropdown id: sponsor attributes: - label: Sponsor Priority - description: We receive many requests to generate DESIGN.md. As we maintain multiple open-source projects with limited bandwidth, sponsor-backed requests are prioritized. Select the "Priority DESIGN.md generation (awesome-design-md)" tier on GitHub Sponsors. + label: Do you want to prioritize your DESIGN.md generation request? + description: We receive many requests to generate DESIGN.md. As we maintain multiple open-source projects with limited bandwidth, sponsor-backed requests are prioritized. Select the "Priority DESIGN.md generation (awesome-design-md)" tier on [GitHub Sponsors](https://github.com/sponsors/VoltAgent). options: - - label: I am a [GitHub Sponsor](https://github.com/sponsors/VoltAgent) and would like this request to be prioritized - required: true + - "Yes, I am a GitHub Sponsor" + - "No, I am not a sponsor" + validations: + required: true - type: textarea id: details