Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update site-showcase-submissions.md concerning featured sites #6281

Merged
merged 1 commit into from
Jul 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/docs/site-showcase-submissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ There are only two major steps :)
- title: Title of the Site
main_url: 'http://titleofthesite.com/' //this is the URL that the screenshot comes from//
url: 'http://titleofthesite.co.uk/'
featured: false
featured: false //leave as false, the Gatsby team will choose featured sites quarterly//
description: >-
This description will appear in the modal detail view and permalink views for your site.
categories:
Expand Down Expand Up @@ -86,15 +86,16 @@ Featured sites are chosen the first week of every quarter based on the following
- unique use case
- unique design

Please mention here if you think the site you're submitting ought to be featured and why (which of the above criteria apply). If, during the quarterly review process, your site gets selected to be featured, you'll need to change the fields below:
### How to Set a Site as Featured
_Note: the Gatsby team will choose featured sites, leave as `featured: false` when first posting_

1. Change `featured: false` to `featured: true`

2. Add "featured" as a category:
2. Add `featured` as a category:

```shell
categories:
- featured
- featured
```

## Change your mind / need to edit your submission?
Expand Down