Skip to content

Commit

Permalink
Merge pull request #21 from jalil-salame/patch-1
Browse files Browse the repository at this point in the history
Fix typos in CONTRIBUTING.md
  • Loading branch information
epage authored Jul 4, 2024
2 parents 0547ff2 + eb4e999 commit 045de93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 045de93

Please sign in to comment.