Skip to content

Commit 36e676a

Browse files
committed
Add instructions for contributing
1 parent b0deee9 commit 36e676a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Contributing
2+
3+
## Pull requests are welcome.
4+
5+
All contributed code should conform to the following requirements:
6+
- functional in style, preferably following the example of haskell
7+
- written in a style similar to that of the rest of the library
8+
- presented in accordance with the standard style
9+
- checked with eslint
10+
- fully tested using mocha and should
11+
- fully covered, as shown in nyc/istanbul reports
12+
- fully documented using jsdoc style, with all additions, deletions, and changes reported in CHANGELOG.md
13+
- open source (including dependencies) on the same terms as the rest of this library

0 commit comments

Comments
 (0)