mirror of
https://github.com/VoltAgent/awesome-design-md.git
synced 2026-05-14 13:06:57 +08:00
47 lines
1.3 KiB
YAML
47 lines
1.3 KiB
YAML
name: Design MD Request
|
|
description: Request a DESIGN.md generated from a website
|
|
title: "DESIGN.md request"
|
|
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: dropdown
|
|
id: priority
|
|
attributes:
|
|
label: Do you want to prioritize your DESIGN.md generation request?
|
|
description: We have limited bandwidth across our open-source projects. For same-day delivery, you can prioritize your request at [getdesign.md/request](https://getdesign.md/request).
|
|
options:
|
|
- "No"
|
|
- "Yes, I'll prioritize at getdesign.md/request"
|
|
validations:
|
|
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
|