Skip to content

Commit 6408a8f

Browse files
authored
Meta: appreciate web-platform-tests for normative changes
Part of #1849.
1 parent 3d475ce commit 6408a8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Please add your name to the Acknowledgements section (search for `<!-- ACKS`) in
1414

1515
To preview your changes locally, follow the instructions in the [html-build repository](https://github.com/whatwg/html-build).
1616

17+
#### Tests
18+
19+
For normative changes, a corresponding [web-platform-tests](https://github.com/w3c/web-platform-tests) PR is highly appreciated. The author and reviewer can be different from the HTML Standard PR. If testing is not practical, please explain why and if appropriate [file an issue](https://github.com/w3c/web-platform-tests/issues/new) to follow up later.
20+
1721
#### Formatting
1822

1923
Use a column width of 100 characters and add newlines where whitespace is used. (Emacs, set `fill-column` to `100`; in Vim, set `textwidth` to `100`; and in Sublime, set `wrap_width` to `100`.)

TEAM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document contains info used by the team maintaining the standard. Mostly bo
66

77
Each change needs to result in a single commit on the master branch, with no merge commits. The green squash and merge button is OK to use, but be sure to tidy up the commit message per [guidelines for writing good commit messages](https://github.com/erlang/otp/wiki/Writing-good-commit-messages).
88

9-
For optimal merges, the following instructions may be helpful:
9+
For normative changes, ask for a [web-platform-tests](https://github.com/w3c/web-platform-tests) PR if testing is practical and not overly burdensome. If a follow up issue is filed, add the `html` label.
1010

1111
### Fetching and reviewing pull requests from forks
1212

0 commit comments

Comments
 (0)