Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 537 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 537 Bytes

Contributing - Make the robot smarter

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.

  1. Understand the library's considerations (README.md). Feel free to open an issue to ask about a feature before building it.
  2. ⭐ Code magic ⭐
  3. Add tests for the features
  4. Make sure existing tests pass too. Generally, npm test (uses Mocha / Chai)
  5. Push to your fork and [submit a pull request][pr]. Make sure you explain the motivation behind the PR.