0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 20:25:12 -05:00

Update contributing.md for consistency (#6452)

This commit is contained in:
Colin Harrington 2020-06-24 08:14:28 -05:00 committed by GitHub
parent f318ab01a4
commit f4397e5ec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`