mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
Update contributing.md for consistency (#6452)
This commit is contained in:
parent
f318ab01a4
commit
f4397e5ec9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
1. That there is a related issue and it is referenced in the PR text.
|
||||||
2. There are tests that cover the changes.
|
2. There are tests that cover the changes.
|
||||||
3. Ensure `cargo test` passes.
|
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.
|
5. Make sure `./tools/lint.py` passes.
|
||||||
|
|
||||||
## Changes to `third_party`
|
## Changes to `third_party`
|
||||||
|
|
Loading…
Add table
Reference in a new issue