summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/CONTRIBUTING.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index e2965ac95..cf6a2968b 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -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`