Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 652 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 652 Bytes

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

  1. we follow the GitHub Flow branching model.
  2. For other development and coding style conventions, see the NLeSC Style Guide.
  3. Don't include extra dependencies without a good reason. Only use licenses compattible with the license of this project- Apache v2.0.
  4. Please, document your code, and provide unit tests.

Make sure that after your contribution at least the run_workflow_test passes.