Skip to content

Commit

Permalink
ops: add themes form discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Aug 31, 2023
1 parent 9caa5cc commit ef623cb
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/DISCUSSION_TEMPLATE/showcase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ body:
What we look for when reviewing submissions to the [Showcase](https://gethyas.com/showcase/):
- Your website is built with Hyas.
- Your website is public.
- Your website is a showcase.
- Your website is built with Hyas
- Your website is public
- Your website is a showcase
- type: input
id: name
attributes:
Expand Down
55 changes: 55 additions & 0 deletions .github/DISCUSSION_TEMPLATE/themes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
title: "[Theme] "
labels: ["Themes"]
body:
- type: markdown
attributes:
value: |
Thank you for sharing your theme with the Hyas community!
What we look for when reviewing submissions to [Themes](https://gethyas.com/themes/):
- Uses the latest release of Hyas
- Free theme source code is available in a public repo
- All npm dependencies used are public
- type: input
id: theme-name
attributes:
label: Theme name
placeholder: My super cool theme
validations:
required: true
- type: input
id: public-repo-url
attributes:
label: Public repo URL
placeholder: 'https://github.com/me/my-theme'
validations:
required: true
- type: input
id: live-demo-url
attributes:
label: Live demo URL
placeholder: 'https://example.com/my-theme-preview/'
validations:
required: false
- type: textarea
id: short-description
attributes:
label: Short description
placeholder: A short description of your theme. This will be displayed on the themes list page.
validations:
required: true
- type: textarea
id: full-description
attributes:
label: Full description
placeholder: A full description of your theme. This will be displayed on the themes' single page.
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

0 comments on commit ef623cb

Please sign in to comment.