From a318663220cd73cbdbbec0b4c4f292fb99f43228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Tue, 4 Oct 2022 17:24:02 +0200 Subject: [PATCH 1/2] Document that no RFC is needed for most testdriver.js additions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7c52843..4ca8df93 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ or users of web-platform-tests. Examples of where it is likely to be useful: Cases where the RFC process need *not* be used: - Introducing a new top-level directory for a new specification. + - Extending testdriver.js with a method that closely matches a [WebDriver](https://w3c.github.io/webdriver/) endpoint. To notify maintainers of testdriver.js vendor integration, label the pull request `testdriver.js`. - Minor changes in behavior in where all call sites are known and accounted for. - Behavior-preserving refactoring with a low risk of regressions. From 8a6f3ccd58d3a52197f83b01d406a12b70eb2835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Tue, 6 Dec 2022 15:54:28 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ca8df93..e0737e10 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ or users of web-platform-tests. Examples of where it is likely to be useful: Cases where the RFC process need *not* be used: - Introducing a new top-level directory for a new specification. - - Extending testdriver.js with a method that closely matches a [WebDriver](https://w3c.github.io/webdriver/) endpoint. To notify maintainers of testdriver.js vendor integration, label the pull request `testdriver.js`. + - Extending testdriver.js with a method that closely matches a [WebDriver](https://w3c.github.io/webdriver/) endpoint. To notify maintainers of testdriver.js vendor integration, label the pull request `testdriver.js`. (This exemption was introduced by [RFC 127](https://github.com/web-platform-tests/rfcs/blob/master/rfcs/rfc_exemption_testdriver_method.md).) - Minor changes in behavior in where all call sites are known and accounted for. - Behavior-preserving refactoring with a low risk of regressions.