From 36b9becdec7ec8244e7916b2b83fb864ee0c40d8 Mon Sep 17 00:00:00 2001 From: Kathy Korevec Date: Mon, 5 Oct 2020 17:34:45 -0700 Subject: [PATCH 1/3] Update README.md Co-authored-by: Zeke Sikelianos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 311c9e5b78..8b5fa2b7d7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ That's how you can get started easily as a member of the GitHub Documentation co If you want to know more, or you're making a more complex contribution, check out the Getting Started with Contributing guide in [CONTRIBUTING](/CONTRIBUTING.md). -There are a few more things to know when your'e getting started with this repo: +There are a few more things to know when you're getting started with this repo: 1. If you're having trouble with your GitHub account, contact [Support](https://support.github.com/contact). 2. We do not accept pull requests for translated content - see [CONTRIBUTING.md](/CONTRIBUTING.md) for more information. From a8301c0085eb17736f0ba9976becb1109c7fcd27 Mon Sep 17 00:00:00 2001 From: Kathy Korevec Date: Mon, 5 Oct 2020 17:34:53 -0700 Subject: [PATCH 2/3] Update CONTRIBUTING.md Co-authored-by: Zeke Sikelianos --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d8be0d066..b2bbb1e0e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ Fork using the command line: ### Make your update: Make your changes to the file(s) you'd like to update. Here are some tips and tricks for [using the docs codebase](#working-in-the-githubdocs-repository). - - Are you contributing to node.js? You'll need **Node.js v14** to run the site. If you're using [`nodenv`](https://github.com/nodenv/nodenv), read the [`nodenv` docs](#nodenv) below for instructions on switching to Node.js 12. If you're not using `nodenv`, the best way to install Node.js is to [download the LTS installer from nodejs.org](https://nodejs.org). + - Are you making changes to the application code? You'll need **Node.js v14** to run the site locally. See [contributing/development.md](contributing/development.md). - Are you contributing to markdown? We use [GitHub Markdown](https://guides.github.com/features/mastering-markdown/). ### Open a pull request From 952341f5d2f70f07c431310ae8165438a131cf90 Mon Sep 17 00:00:00 2001 From: Kathy Korevec Date: Mon, 5 Oct 2020 17:35:01 -0700 Subject: [PATCH 3/3] Update CONTRIBUTING.md Co-authored-by: Zeke Sikelianos --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b2bbb1e0e2..6a9811ff1d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Before you begin: - This site is powered by node.js. Check to see if you're on the [version of node we support](https://www.npmjs.com/package/check-node-version). - Have you read the [code of conduct](CODE_OF_CONDUCT.md)? -- Check out the existing issues & see if we [accept contributions](#types-of-contributions-memo) for your type of issue. +- Check out the [existing issues](https://github.com/github/docs/issues) & see if we [accept contributions](#types-of-contributions-memo) for your type of issue. ### Use the 'make a contribution' button