(contributing)=

# Contributing

## Development setup

Install the package in editable mode with dev dependencies:

```console
$ uv pip install --editable . -G dev
```

Run the tests:

```console
$ uv run pytest
```

## cihai contributing guide

unihan-db follows the cihai organization's contributing conventions.
See the [cihai contributing guide](https://cihai.git-pull.com/project/contributing/) for
full details on submitting patches, writing tests, and code review workflow.
