mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
Fix typos in CONTRIBUTING.md
I found this through [mastodon][1] and found the typos jarring. [1]: https://hachyderm.io/@epage/112729287446906823
This commit is contained in:
parent
0547ff2d0f
commit
eb4e999f1b
1 changed files with 3 additions and 3 deletions
|
@ -35,14 +35,14 @@ As a heads up, we'll be running your PR through the following gauntlet:
|
|||
- `rustfmt`
|
||||
- `clippy`
|
||||
- `rustdoc`
|
||||
- [`committed`](https://github.com/crate-ci/committed) as we use [Conventional](https://www.conventionalcommits.org) commit styl
|
||||
- [`committed`](https://github.com/crate-ci/committed) as we use [Conventional](https://www.conventionalcommits.org) commit style
|
||||
- [`typos`](https://github.com/crate-ci/typos) to check spelling
|
||||
|
||||
Not everything can be checked automatically though.
|
||||
|
||||
We request that the commit history get cleaned up.
|
||||
We request that the commit history gets cleaned up.
|
||||
We ask that commits are atomic, meaning they are complete and have a single responsibility.
|
||||
PRs shoukd tell a cohesive story, with test and refactor commits that keep the
|
||||
PRs should tell a cohesive story, with test and refactor commits that keep the
|
||||
fix or feature commits simple and clear.
|
||||
|
||||
Specifically, we would encouage
|
||||
|
|
Loading…
Reference in a new issue