From 51e6e959e3c0a56d3018b8a7ff1e1289544b49a3 Mon Sep 17 00:00:00 2001 From: Sergiy Dybskiy Date: Tue, 6 Nov 2018 11:46:40 -0500 Subject: [PATCH] Update how-to-contribute.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While creating a tutorial https://github.com/gatsbyjs/gatsby/pull/9684, @shannonbux uncovered a handy piece of content here ❤️ --- docs/docs/how-to-contribute.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/how-to-contribute.md b/docs/docs/how-to-contribute.md index 6cea383e6241e..e447e8e092090 100644 --- a/docs/docs/how-to-contribute.md +++ b/docs/docs/how-to-contribute.md @@ -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