From 50d2c5e9303d2f37f3b48af41ce1170e2917614c Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Tue, 27 Sep 2016 10:46:03 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef30fd87b3..842a8d791f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,7 @@ contributing, please read our [code of conduct](https://github.com/babel/babel/b - This repository's [`/doc`](/doc) directory for notes on Babel's internals - Check out [the Babel Plugin Handbook](https://github.com/thejameskyle/babel-handbook/blob/master/translations/en/plugin-handbook.md#babel-plugin-handbook) - core plugins are written the same way as any other plugin! - Check out [AST Explorer](http://astexplorer.net/#/scUfOmVOG5) to learn more about ASTs or make your own plugin in the browser +- When you feel ready to finally jump into the babel source code a good start is to look out for issues which are labeled with `help wanted` and/or `beginner-friendly`. > If you're stuck, feel free to check out the `#development` channel on our [slack](https://slack.babeljs.io).