mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Remove language and add link to Wiki article- In the Wild.
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user