mirror of
https://github.com/bitcoin/bips.git
synced 2026-06-15 17:35:29 +00:00
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
|
|
```
|