mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Add item to CONTRIBUTING.md about needing tests
This adds requiring tests covering the change as a pre-req before raising a PR.
This commit is contained in:
parent
eff7a1484e
commit
81372e8267
1 changed files with 4 additions and 3 deletions
7
.github/CONTRIBUTING.md
vendored
7
.github/CONTRIBUTING.md
vendored
|
@ -17,9 +17,10 @@ Docs are [here](https://github.com/denoland/deno/blob/master/Docs.md).
|
|||
|
||||
Before submitting, please make sure the following is done:
|
||||
|
||||
1. Ensure `./tools/test.py` passes.
|
||||
2. Format your code with `./tools/format.ts`.
|
||||
3. Make sure `./tools/lint.py` passes.
|
||||
1. There are tests that cover the changes.
|
||||
2. Ensure `./tools/test.py` passes.
|
||||
3. Format your code with `./tools/format.ts`.
|
||||
4. Make sure `./tools/lint.py` passes.
|
||||
|
||||
## Changes to `third_party`
|
||||
|
||||
|
|
Loading…
Reference in a new issue