diff --git a/documentation/sections/contributing.md b/documentation/sections/contributing.md index ef83c444..f5deeef8 100644 --- a/documentation/sections/contributing.md +++ b/documentation/sections/contributing.md @@ -10,7 +10,6 @@ There are several things you can do to increase your odds of having the pull req * Create tests! Any pull request should probably include basic tests to verify you didn't break anything, or future changes won't break your code. * Follow the CoffeeScript style guide * Ensure any ECMAScript addition is mature (at Stage 4), with no further potential syntax changes. - * Make sure that you are keeping to the core ideas of CoffeeScript * Adding only the features that help the community rather than a specific use case. Of course, it's entirely possible that you have a great addition, but it doesn't fit directly with the CoffeeScript code base. @@ -19,4 +18,4 @@ This might be the time to... ## Roll Your Own -You are of course, welcome to fork the language and add in the features you want. There are quite a few really interesting projects that have done so, and more are welcome. \ No newline at end of file +You are of course, welcome to fork the language and add in the features you want. There are [quite a few](https://github.com/jashkenas/coffeescript/wiki/In-The-Wild) really interesting projects that have done so, and more are welcome. \ No newline at end of file