Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 633 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 633 Bytes

Contributing

Code style

Regarding code style like indentation and whitespace, follow the conventions you see used in the source already.

Modifying the code

  1. Fork and clone the repo.
  2. Run npm install to install all dependencies.
  3. Create a new branch, please don't work in your master branch directly.
  4. Code!

Running the tests

  • Run npm test from your command line and check the console.

Pull requests

  1. Create a new branch, please don't work in your master branch directly.
  2. Code!
  3. Update the tests and run npm test to see the tests.
  4. Push to your fork and submit a pull request.