From 4817b8fd77b94c36e7347570e4c31f5c3ec45348 Mon Sep 17 00:00:00 2001 From: raunofreiberg Date: Mon, 2 Apr 2018 19:24:17 +0300 Subject: [PATCH 1/2] Add contributing guidelines reference to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3bd56d2db41..8f320d41f2a 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ This repo contains the source code and documentation powering [reactjs.org](http ## Contributing +### Guidelines + +Different documentation sections have a different tone and style on purpose. Before contributing, make yourself familiar with the intended style for a certain section by reading the [contributing guidelines](https://github.com/reactjs/reactjs.org/blob/master/CONTRIBUTING.md). + ### Create a branch 1. `git checkout master` from any folder in your local `reactjs.org` repository From fa8673434c59b11a57b1bdf322e37d9a971f31a0 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 2 Apr 2018 18:53:22 +0100 Subject: [PATCH 2/2] Tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f320d41f2a..74c6e5a577d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This repo contains the source code and documentation powering [reactjs.org](http ### Guidelines -Different documentation sections have a different tone and style on purpose. Before contributing, make yourself familiar with the intended style for a certain section by reading the [contributing guidelines](https://github.com/reactjs/reactjs.org/blob/master/CONTRIBUTING.md). +The documentation is divided into several sections with a different tone and purpose. If you plan to write more than a few sentences, you might find it helpful to get familiar with the [contributing guidelines](https://github.com/reactjs/reactjs.org/blob/master/CONTRIBUTING.md#guidelines-for-text) for the appropriate sections. ### Create a branch