Skip to content

Commit

Permalink
Make contributing doc headings consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Dec 4, 2024
1 parent 00f79ea commit bcbbd2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ If you are adding a new feature please add tests for it.

If your change requires a dependency to be upgraded you must please run `contrib/update-lock-files.sh` before submitting any changes.

## Code Formatting
### Code Formatting

We use the nightly Rust formatter for this project. Please run `rustfmt` using the nightly toolchain before submitting any changes.

## Linting
### Linting

We use `clippy` for linting. Please run `contrib/lint.sh` using the nightly toolchain before submitting any changes.

Expand Down

0 comments on commit bcbbd2b

Please sign in to comment.