From 76bde6c5ab434e389f469f910fbc9d3d6f15286e Mon Sep 17 00:00:00 2001 From: necatiozmen Date: Fri, 3 Apr 2026 12:41:20 +0300 Subject: [PATCH] update YAML --- .github/ISSUE_TEMPLATE/design-md-request.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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