Some checks failed
GitHub Actions Check / Build-Table-Checks (push) Has been cancelled
GitHub Actions Check / Diff Checks (fails until number assignment) (push) Has been cancelled
GitHub Actions Check / Typo Checks (push) Has been cancelled
GitHub Actions Check / Link-Format-Checks (push) Has been cancelled
13 lines
319 B
Markdown
13 lines
319 B
Markdown
# Contributing Guidelines
|
|
|
|
## Typos
|
|
|
|
Among other tasks, the CI verifies that changes do not contain common typos.
|
|
This check is done using [`typos`](https://github.com/crate-ci/typos).
|
|
To run this task locally, install [`typos`](https://github.com/crate-ci/typos)
|
|
and then run in the root directory:
|
|
|
|
```bash
|
|
typos
|
|
```
|