mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
8061ecf0e2
* Move analytics initialization into docs.coffee * Bump Bootstrap and CodeMirror versions * Update output * Merge CodeMirror styles * Update CodeMirror styles * Better flexbox layout for docs, including flex auto-sized sidebar and main column * Minor styling fixes for Edge * Fix scrollspy for new layout * Update output * Clicking on the CoffeeScript logo in the navbar should scroll to top; fix main column width on mobile * Update output * 2.3.0 changelog * Update operators section for ** * Update docs for ES2018 object rest/spread * Remove references to Node's experimental modules support * Move the README coffee cup to the right side, so our name isn't cut off on the NPM page; update README and CONTRIBUTING text * Update dependencies * Add compatibility note for async generators * Bump version to 2.3.0 and update output * Have CI test in Node 10 instead of 9 * Somehow this gets generated slightly differently in Node 10 * Fix #4042: Update broken link
1.2 KiB
1.2 KiB
How to contribute to CoffeeScript
-
Before you open a ticket or send a pull request, search for previous discussions about the same feature or issue. Add to the earlier ticket if you find one.
-
Before sending a pull request for a feature, be sure to have tests.
-
Use the same coding style as the rest of the codebase. If you’re just getting started with CoffeeScript, there’s a nice style guide.
-
In your pull request, do not add documentation to
index.html
or re-build the minifiedcoffeescript.js
file. We’ll do those things before cutting a new release. You should, however, commit the updated compiled JavaScript files inlib
. -
To get started, read the guides in the wiki: