1
0
Fork 0
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:
Kitson Kelly 2019-02-01 13:31:26 +10:00 committed by Ryan Dahl
parent eff7a1484e
commit 81372e8267

View file

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