chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: voltagent
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
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
|
||||
Reference in New Issue
Block a user