diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 265f2443faa..c7f9499396f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,9 @@ To preview your changes locally, follow the instructions in the [html-build repo #### Tests -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. +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 current behavior is unclear, writing tests first can help inform the discussion. Typically, both PRs will be merged at the same time. + +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. #### Formatting diff --git a/TEAM.md b/TEAM.md index 3aa838a5963..8e0a1428a7b 100644 --- a/TEAM.md +++ b/TEAM.md @@ -6,7 +6,7 @@ This document contains info used by the team maintaining the standard. Mostly bo 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). -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. +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. Merge both PRs at the same time. If a follow up issue is filed, add the `html` label. ### Fetching and reviewing pull requests from forks