Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 739 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 739 Bytes

How to contribute

Contributions are always welcome. Here are a few guidelines to be aware of:

  • Include tests for new behaviours introduced by PRs.
  • Fixed bugs MUST be covered by test(s) to avoid regression.
  • All code must follow the project coding style standards which can be achieved by running make cs-check
  • Before implementing a new big feature, consider creating a new issue on Github. It will save your time when the core team is not going to accept it or has good recommendations about how to proceed.

Tests

To run the tests locally, you can run make test. For more granular tests, you can run make to see the available commands.



« Go back to the readme »