Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 791 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 791 Bytes

Contributing

Coding Guidelines

  1. Update the README with any changes to the interface if applicable.
  2. Include unit tests where applicable (your code should not reduce test coverage).
  3. All commit messages must follow Conventional Commit format.
  4. Please submit pull requests from a feature branch in your fork, not from main or master.

Pre-Commit

If you want the best chance of having your pull request approved, install pre-commit (if you use asdf there's already a .tool-versions file for you) and then run the following command in your local project directory:

pre-commit install

This will ensure that your code is likely to pass all checks.