45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
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
|