From 6b524104a5412b29089ce07fa4b3360a439be161 Mon Sep 17 00:00:00 2001 From: DanGould Date: Wed, 4 Dec 2024 10:56:29 -0500 Subject: [PATCH] Make contributing doc headings consistent --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b62bc62..d071d7de 100644 --- a/README.md +++ b/README.md @@ -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.