Update CONTRIBUTING.md

This commit is contained in:
Daniel Tschinder 2016-09-27 10:46:03 +02:00 committed by GitHub
parent afbe3997a8
commit 50d2c5e930

View File

@ -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).