Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 821 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (9 loc) · 821 Bytes

Contributing

Contributions are greatly appreciated and we are happy to help you get started with your first feature or bug fix.

File an issue if you have a feature request or found a bug.

Perform a pull request from your fork of the repository if you solved an issue. (It's best to file an issue first so we can discuss it and reference it in the PR.)

How the project is maintained

...

Linting

We use Ruff for linting https://docs.astral.sh/ruff/. The settings can be found in ruff.toml.

To configure automatic linting for VS Code check out the extension https://github.com/astral-sh/ruff-vscode.