diff --git a/docs/content/en/docs/contributing.md b/docs/content/en/docs/contributing.md index 73f0518e8..699f68029 100644 --- a/docs/content/en/docs/contributing.md +++ b/docs/content/en/docs/contributing.md @@ -90,6 +90,8 @@ at the [pull request review stage](#pull-request-review-flow). pre-commit run --all ``` +If failed, check [Pre-commit](https://heir.dev/docs/development/#pre-commit). + 1. Make sure tests are passing with the following: ```bash