Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3b3e5ea

Browse files
committed
Mention the setup instructions in CONTRIBUTING
Multiple people seem to have missed this based on questions asked in the Discord channel. Might as well mention it up front.
1 parent 3d0f0e3 commit 3b3e5ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ High level approach:
2828

2929
1. Find something to fix/improve
3030
2. Change code (likely some file in `clippy_lints/src/`)
31-
3. Run `cargo test` in the root directory and wiggle code until it passes
32-
4. Open a PR (also can be done between 2. and 3. if you run into problems)
31+
3. Follow the instructions in the [docs for writing lints](doc/adding_lints.md) such as running the `setup-toolchain.sh` script
32+
4. Run `cargo test` in the root directory and wiggle code until it passes
33+
5. Open a PR (also can be done after 2. if you run into problems)
3334

3435
### Finding something to fix/improve
3536

0 commit comments

Comments
 (0)