Skip to content

Commit 288dc48

Browse files
committed
Add CONTRIBUTING
1 parent 52c814e commit 288dc48

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Pull requests are most welcome!
2+
3+
Please:
4+
5+
1. Use [JavaScript Standard Style](https://www.npmjs.com/packages/standard).
6+
7+
2. Add tests to the code blocks in `README.md`, using Node.js' built-in
8+
`assert` module. Those examples are run as the test suite.
9+
10+
3. Add yourself to `AUTHORS`.
11+
12+
4. License your contributions under the existing, MIT-style license.

0 commit comments

Comments
 (0)