From ca5215ebe37ced58baf1247ad931172ae3f9ca91 Mon Sep 17 00:00:00 2001 From: Gibson Fahnestock Date: Sun, 12 Feb 2017 17:12:11 +0800 Subject: 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 --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CONTRIBUTING.md') 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: -- cgit v1.2.3