summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGibson Fahnestock <gib@uk.ibm.com>2017-02-12 17:12:11 +0800
committerJames M Snell <jasnell@gmail.com>2017-02-16 14:55:54 -0800
commitca5215ebe37ced58baf1247ad931172ae3f9ca91 (patch)
tree88aadd56990fb26839bcc8ee4ebdfd8794db44a7 /CONTRIBUTING.md
parenteec216fb27aabbdeb27c73b1ddad6c16b551f4f1 (diff)
downloadandroid-node-v8-ca5215ebe37ced58baf1247ad931172ae3f9ca91.tar.gz
android-node-v8-ca5215ebe37ced58baf1247ad931172ae3f9ca91.tar.bz2
android-node-v8-ca5215ebe37ced58baf1247ad931172ae3f9ca91.zip
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 6965f78b4d..bf3dbd0ad0 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: