Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 757 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 757 Bytes

Guide to contributing

Contributions are always welcome. Please read these guidelines beforehand.

What do i need ?

  • The repository works with blaze so you will probably need to install it.
  • Windows is not supported, so you might want to install WSL before cloning the repository.

Before submitting a pull request

  • For new features and breaking changes, please file an issue first so we can discuss about it.
  • Your pull request must target the develop branch.
  • Make sure that your code is properly formatted. Run the lint target if available.
  • Make sure that your code is covered by tests. Write new tests if necessary and run the test target if available.