Remove language and add link to Wiki article- In the Wild.

This commit is contained in:
mrmowgli
2017-03-22 01:51:07 -04:00
parent 3aa177c88f
commit a6bf72a791

View File

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