-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
58 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |