Skip to content

Commit dc8a795

Browse files
authored
Merge pull request #47 from rakuco/test-as-you-commit
Ask for tests for normative changes in CONTRIBUTING.md
2 parents f951740 + b8702de commit dc8a795

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@ If you added a contributor by mistake, you can remove them in a comment with:
2121

2222
If you are making a pull request on behalf of someone else but you had no part in designing the
2323
feature, you can remove yourself with the above syntax.
24+
25+
# Tests
26+
27+
For normative changes, a corresponding
28+
[web-platform-tests](https://github.com/w3c/web-platform-tests) PR is highly appreciated. Typically,
29+
both PRs will be merged at the same time. Note that a test change that contradicts the spec should
30+
not be merged before the corresponding spec change. If testing is not practical, please explain why
31+
and if appropriate [file a web-platform-tests issue](https://github.com/w3c/web-platform-tests/issues/new)
32+
to follow up later. Add the `type:untestable` or `type:missing-coverage` label as appropriate.

0 commit comments

Comments
 (0)