Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGibson Fahnestock <gib@uk.ibm.com>2017-02-12 12:12:11 +0300
committerJames M Snell <jasnell@gmail.com>2017-02-17 01:55:54 +0300
commitca5215ebe37ced58baf1247ad931172ae3f9ca91 (patch)
tree88aadd56990fb26839bcc8ee4ebdfd8794db44a7 /CONTRIBUTING.md
parenteec216fb27aabbdeb27c73b1ddad6c16b551f4f1 (diff)
doc: add STYLE_GUIDE (moved from nodejs/docs)
Also add a reference in CONTRIBUTING.md to it. PR-URL: https://github.com/nodejs/node/pull/11321 Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6965f78b4d3..bf3dbd0ad0e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -85,6 +85,9 @@ Create a branch and start hacking:
$ git checkout -b my-branch -t origin/master
```
+Any text you write should follow the [Style Guide](doc/STYLE_GUIDE.md),
+including comments and API documentation.
+
### Step 3: Commit
Make sure git knows your name and email address: