mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
be702d67f3
* Update links to use https://coffeescript.org * 2.3.1 changelog * Bump version to 2.3.1; update output * Forgot one * Another one * Lock Babel versions for Node 6 build to succeed, until Babel 7 is out
22 lines
1.2 KiB
Markdown
22 lines
1.2 KiB
Markdown
<!--
|
||
Before making a PR please make sure to read our contributing guidelines:
|
||
https://coffeescript.org/#contributing
|
||
|
||
For issue references: Add a comma-separated list of a
|
||
[closing word](https://help.github.com/articles/closing-issues-via-commit-messages/) followed by
|
||
the ticket number fixed by the PR. It should be underlined in the preview if done correctly.
|
||
|
||
All new features require tests. All but the most trivial bug fixes should also have new or updated tests.
|
||
|
||
Ensure that all new code you add to the compiler can be run in the minimum version of Node listed in
|
||
`package.json`. New tests can require newer Node runtimes, but you may need to ensure that such tests
|
||
only run in supported runtimes; see `Cakefile` for examples of how to filter out certain tests in
|
||
runtimes that don’t support them.
|
||
|
||
Please follow the code style of the rest of the CoffeeScript codebase. Write comments in complete
|
||
sentences using Markdown, as the comments become the [annotated source](https://coffeescript.org/#annotated-source).
|
||
For tests proving a bug is fixed, please mention the issue number in the test description (see examples
|
||
in the codebase).
|
||
|
||
Describe your changes below in as much detail as possible.
|
||
-->
|