Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 666 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 666 Bytes

Contributions are welcome! Please create a pull request, and make sure that:

  1. the code follows the semistandard style, check by fixing all errors and warning produced by the semistandard command
  2. we follow the GitHub Flow branching model
  3. for other development and coding style conventions, see the NLeSC Style Guide
  4. don't include extra dependencies without a good reason. Only use licenses compattible with the license of this project, a Apache v2.0
  5. please document your code, and provide unit tests

at the minimum npm run check should pass without errors.