Merge pull request #21 from jalil-salame/patch-1

Fix typos in CONTRIBUTING.md
This commit is contained in:
Ed Page 2024-07-04 12:21:30 -05:00 committed by GitHub
commit 045de9321a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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