Skip to content

Commit b2fe777

Browse files
Pull request template (#4994)
1 parent 23479eb commit b2fe777

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
-->

0 commit comments

Comments
 (0)