You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Contributions to this repository are intended to become part of Recommendation-t
3
3
[Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software). To make substantive contributions to specifications, you must either participate
4
4
in the relevant W3C Working Group or make a non-member patent licensing commitment.
5
5
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
7
7
contributors in the pull request comment.
8
8
9
9
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:
18
18
-@github_username
19
19
```
20
20
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
22
22
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