mirror of
https://github.com/mastodon/chart
synced 2025-05-18 13:03:21 +00:00
13 lines
391 B
Markdown
13 lines
391 B
Markdown
# To get started helping out
|
|
Please install [pre-commit] and [helm-docs] locally and then install our pre-commit hooks.
|
|
|
|
```bash
|
|
pre-commit install
|
|
pre-commit install-hooks
|
|
```
|
|
|
|
Right now, these just keep the docs up to date, but in the future, will provide other useful tools :)
|
|
|
|
[pre-commit]: https://pre-commit.com/#install
|
|
[helm-docs]: https://github.com/norwoodj/helm-docs#installation
|