docs(README): update contribution instructions to advise pre-commit install (#2516)

This commit is contained in:
Iain Sproat 2024-07-18 11:57:59 +01:00 коммит произвёл GitHub
Родитель cd15c5951a
Коммит 9fad4b2d58
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -146,6 +146,11 @@ When committing to git, an automated script will run. This will check that your
- Please note that these additional checks will be run by Speckle's automated CI environment and non-conformances, if any, may prevent your Pull Request from being merged.
- Please use the name of the package as the scope of your commit.
- Note that `ggshield` requires you to [register an account](https://dashboard.gitguardian.com/auth/signup) and then [authorise with GitGuardian](https://github.com/GitGuardian/ggshield#initial-setup) before it can be used: `ggshield auth login`
- Then run to enable pre-commit. This will run on every commit you make:
```bash
pre-commit install
```
# Security