From 57461ddc5cef2a4aa04745ca1c822c67ec8b747d Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Fri, 27 Nov 2015 10:36:27 -0800 Subject: [PATCH] Updated Coding guidelines (markdown) --- Coding-guidelines.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Coding-guidelines.md b/Coding-guidelines.md index 49f25aa..9c4e981 100644 --- a/Coding-guidelines.md +++ b/Coding-guidelines.md @@ -1,3 +1,5 @@ +**NOTE: These are Coding Guidelines for TypeScript Contributors** + While **these guidelines are mainly meant for contributors to the TypeScript project**, certain suggestions apply as to how idiomatic TypeScript code should be written (e.g. the "Names" and "Style" sections). ## Names