From f4397e5ec99c539e4c6977e3eff873d672f98413 Mon Sep 17 00:00:00 2001 From: Colin Harrington Date: Wed, 24 Jun 2020 08:14:28 -0500 Subject: Update contributing.md for consistency (#6452) --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/contributing.md') diff --git a/docs/contributing.md b/docs/contributing.md index e4003e5df..36d1ebae2 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -25,7 +25,7 @@ Before submitting, please make sure the following is done: 1. That there is a related issue and it is referenced in the PR text. 2. There are tests that cover the changes. 3. Ensure `cargo test` passes. -4. Format your code with `tools/format.py` +4. Format your code with `./tools/format.py` 5. Make sure `./tools/lint.py` passes. ## Changes to `third_party` -- cgit v1.2.3