update request

This commit is contained in:
necatiozmen
2026-04-03 12:21:02 +03:00
parent 5ffe36215c
commit e0de44f1d2
3 changed files with 54 additions and 84 deletions

View File

@@ -0,0 +1,44 @@
name: Design MD Request
description: Request a DESIGN.md generated from a website
title: "DESIGN.md for <your website>"
labels: ["design-md"]
body:
- type: markdown
attributes:
value: |
Fill out the form below to request a DESIGN.md generation for your website.
- type: input
id: website
attributes:
label: Website URL
description: The website you want us to generate DESIGN.md for
placeholder: https://example.com
validations:
required: true
- type: input
id: email
attributes:
label: Delivery Email
description: Email address where we should send the generated DESIGN.md
placeholder: you@example.com
validations:
required: true
- type: checkboxes
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.
options:
- label: I am a [GitHub Sponsor](https://github.com/sponsors/VoltAgent) and would like this request to be prioritized
required: true
- type: textarea
id: details
attributes:
label: Additional Details (optional)
description: Anything else you'd like us to know about this request
validations:
required: false