Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 626 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 626 Bytes

Contributing

Fork, modify, request a pull. If changes are significant or touch more than one part of the system, tests are suggested.

If large pull requests do not have tests there may be some push back until functionality can be verified :)

This project uses ESLint for code style and conformity.

Running Tests

npm test

Relevant tools

  • node-inspector
    • For using chrome's devtools for debugging
  • eslint
    • For linting and code-style
  • mocha
    • BDD-style testing framework