From 0650eedeb6a618f72a5af3bf48e12ad5e8386937 Mon Sep 17 00:00:00 2001 From: Jesse McCarthy Date: Tue, 9 Jun 2015 14:55:38 -0400 Subject: [PATCH] Add reference to `doc` dir to CONTRIBUTING. --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4685c595c..9558d68dc2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,8 @@ Dependencies | Code Standards + | + Internals

---- @@ -173,3 +175,6 @@ your [`$PATH`](http://unix.stackexchange.com/questions/26047/how-to-correctly-ad * **Declaration** * No unused variables * No pollution of global variables and prototypes + +#### Internals +Please see [`/doc`](/doc) for internals documentation relevant to developing babel.