From 099073f5ac9f582296eedf24fa20f776437b9e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Wed, 18 Oct 2017 11:44:56 +0200 Subject: [PATCH] Ask for tests for normative changes in CONTRIBUTING.md See https://github.com/foolip/testing-in-standards/blob/master/policy.md for context. This phrasing matches that used for many other specs' CONTRIBUTING.md files. --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e90e16b4..f0864179d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,3 +23,12 @@ contributors in the pull request's body or in subsequent comments. If you are making a pull request on behalf of someone else but you had no part in designing the feature, you can remove yourself with the above syntax. + +# Tests + +For normative changes, a corresponding +[web-platform-tests](https://github.com/w3c/web-platform-tests) PR is highly appreciated. Typically, +both PRs will be merged at the same time. Note that a test change that contradicts the spec should +not be merged before the corresponding spec change. 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. Add the `type:untestable` or `type:missing-coverage` label as appropriate.