Skip to content

Commit bcbbd2b

Browse files
committed
Make contributing doc headings consistent
1 parent 00f79ea commit bcbbd2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ If you are adding a new feature please add tests for it.
120120

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

123-
## Code Formatting
123+
### Code Formatting
124124

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

127-
## Linting
127+
### Linting
128128

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

0 commit comments

Comments
 (0)