Skip to content

Commit

Permalink
Update how-to-contribute.md
Browse files Browse the repository at this point in the history
While creating a tutorial #9684, @shannonbux uncovered a handy piece of content here ❤️
  • Loading branch information
sergical authored Nov 6, 2018
1 parent 8cd5742 commit 51e6e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ To add a new blog post to the gatsbyjs.org blog:
- Add `title`, `date`, `author`, and `tags` ([view existing tags](https://www.gatsbyjs.org/blog/tags/) or add a new one) to the frontmatter of your `index.md`. If you are cross posting your post you can add `canonicalLink` for SEO benefits. You can check the other blog posts in `/docs/blog` for examples.
- If your blog post contains images add them to your blog post folder and reference them in your post's `index.md`.
- Ensure any links to gatsbyjs.org are relative links - `/docs/how-to-contribute` instead of `https://gatsbyjs.org/docs/how-to-contribute`
- Follow the [Style Guide](https://www.gatsbyjs.org/docs/gatsby-style-guide/#word-choice) to make sure you're using the appropriate wording.
- Double check your grammar and capitalise correctly
- Commit and push to your fork
- Create a pull request from your branch
Expand Down

0 comments on commit 51e6e95

Please sign in to comment.