Skip to content
This repository was archived by the owner on Jun 7, 2018. It is now read-only.

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributions to this repository are intended to become part of Recommendation-t
33
[Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software). To make substantive contributions to specifications, you must either participate
44
in the relevant W3C Working Group or make a non-member patent licensing commitment.
55

6-
If you are not the sole contributor to a contribution (pull request), please identify all
6+
If you are not the sole contributor to a contribution (pull request), please identify all
77
contributors in the pull request comment.
88

99
To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
@@ -18,5 +18,14 @@ If you added a contributor by mistake, you can remove them in a comment with:
1818
-@github_username
1919
```
2020

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

0 commit comments

Comments
 (0)