Skip to content

Commit 3b185a6

Browse files
committed
Add CONTRIBUTING.md
1 parent a82a254 commit 3b185a6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Contributing - Make the robot smarter
2+
3+
Pull requests and issues rock by helping to improvem my shitty code. Please feel free to open an issue or hit me with a PR.
4+
5+
1. Understand the library's considerations (README.md). Feel free to open an issue to ask about a feature before building it.
6+
2. :star: Code magic :star:
7+
3. Add tests for the features
8+
4. Make sure existing tests pass too. Generally, `npm test` (uses Mocha / Chai)
9+
5. Push to your fork and [submit a pull request][pr]. Make sure you explain the motivation behind the PR.
10+

0 commit comments

Comments
 (0)