File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ Before making a PR please make sure to read our contributing guidelines:
3
+ http://coffeescript.org/#contributing
4
+
5
+ For issue references: Add a comma-separated list of a
6
+ [closing word](https://help.github.com/articles/closing-issues-via-commit-messages/) followed by
7
+ the ticket number fixed by the PR. It should be underlined in the preview if done correctly.
8
+
9
+ All new features require tests. All but the most trivial bug fixes should also have new or updated tests.
10
+
11
+ Ensure that all new code you add to the compiler can be run in the minimum version of Node listed in
12
+ `package.json`. New tests can require newer Node runtimes, but you may need to ensure that such tests
13
+ only run in supported runtimes; see `Cakefile` for examples of how to filter out certain tests in
14
+ runtimes that don’t support them.
15
+
16
+ Please follow the code style of the rest of the CoffeeScript codebase. Write comments in complete
17
+ sentences using Markdown, as the comments become the [annotated source](http://coffeescript.org/#annotated-source).
18
+ For tests proving a bug is fixed, please mention the issue number in the test description (see examples
19
+ in the codebase).
20
+
21
+ Describe your changes below in as much detail as possible.
22
+ -->
You can’t perform that action at this time.
0 commit comments