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

Latest commit

 

History

History
21 lines (14 loc) · 478 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 478 Bytes

Contributing

Any contributions are more than welcome.

  • Issues: Bug reports, feature requests, and questions.
  • Pull Requests: Bug-fixes, feature implementations, and documentation updates.

Development

The make install command reads the pyproject.toml file from the current project, resolves the dependencies, and installs them.

make install

Before making a pull request, make sure make test succeeds and run make format.

make test
make format