diff --git a/docs/contributing/gatsby-style-guide.md b/docs/contributing/gatsby-style-guide.md index 4fa9e8e9a1fe0..2064de9981ac1 100644 --- a/docs/contributing/gatsby-style-guide.md +++ b/docs/contributing/gatsby-style-guide.md @@ -149,7 +149,7 @@ abstract syntax tree (AST) is ..." ### Use SEO optimized titles -This explains how to create a doc that shows up in search engines like Google or Bing. +This explains how to account for Search Engine Optimization (SEO) and create a doc that shows up in search engines like Google or Bing. When you create the new guide or tutorial under `/docs/`, you’ll either create a file or a folder if there will be images pulled into the doc. diff --git a/docs/contributing/managing-pull-requests.md b/docs/contributing/managing-pull-requests.md index 1393390f56ab1..89522d708a1a6 100644 --- a/docs/contributing/managing-pull-requests.md +++ b/docs/contributing/managing-pull-requests.md @@ -20,7 +20,7 @@ Some general things to verify in a pull request are: - Links ought to be relative instead of absolute when linking to docs (`/docs/some-reference/` instead of `https://www.gatsbyjs.org/docs/some-reference/`) - Language ought to be inclusive and accessible -- Issues and RFCs (if any) that this PR addresses ought to be linked to +- Issues and Requests for Comments (RFCs) (if any) that this PR addresses ought to be linked to > 💡 When looking at a PR for the first time, it can help to read up on linked issues or [RFCs](/contributing/rfc-process/) (if there are any) to gain context on what the PR intends to add or fix.