Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 457 Bytes

File metadata and controls

13 lines (9 loc) · 457 Bytes

How to contribute

Working on the code

  • Install pre-commit and run pre-commit install once to make sure checks are executed before committing.

Submitting changes

  • Create a PR targeting the master branch.
  • Give a short summary of what the PR is about.
  • Keep the history of the feature branch clean while working on it. Rewriting the history in feature branches is allowed and encouraged (use git rebase).