Skip to content

Commit

Permalink
ops: add showcase form discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Aug 31, 2023
1 parent b6f625d commit 350f932
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .github/discussion_template/showcase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
title: "Submit your site"
labels: ["Showcase"]
body:
- type: markdown
attributes:
value: |
## Quick checklist
Thank you for taking the time to submit your website! Please fill out this form as completely as possible.
✅ My website is built with Hyas.
✅ My website is public.
- type: input
id: name
attributes:
label: Name
description: Your website's name.
placeholder: My super cool site
validations:
required: true
- type: input
id: url
attributes:
label: URL
description: Your website's URL.
placeholder: 'https://example.com/'
validations:
required: true
- type: textarea
id: description
attributes:
label: Short description
description: A clear and concise description of what your site is about.
validations:
required: false
- type: textarea
id: why
attributes:
label: Why?
description: A clear and concise description of why you think your site should be added to the showcase.
placeholder: This is what makes my website special and an example.
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Terms
options:
- label: I agree to the [Terms of Service](https://gethyas.com/terms/).
required: true
- type: markdown
attributes:
value: |
## Next steps
We wil review your site and let you know if your website will be published to the [Showcase](https://gethyas.com/showcase/).

0 comments on commit 350f932

Please sign in to comment.