We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82a254 commit 3b185a6Copy full SHA for 3b185a6
CONTRIBUTING.md
@@ -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