File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ commit message an explanation why tests aren’t needed for the change.
13
13
Typically, both the PR for a spec update and the PR for the associated tests will be merged
14
14
around the same time. If the spec PR is approved but the tests PR needs more work, add the
15
15
[ ` needs tests ` ] ( https://w3c.github.io/spec-labels.html ) label to the spec PR. Or if the
16
- tests PR is approved but the spec PR hasn’t yet been approved , add the
16
+ tests PR is approved but the spec PR hasn’t yet been OK’ed , add the
17
17
[ ` status:needs-spec-decision ` ] ( https://github.com/w3c/web-platform-tests/issues?utf8=%E2%9C%93&q=label%3Astatus%3Aneeds-spec-decision%20 )
18
18
label to the tests PR.
19
19
20
20
Note that a test change which doesn’t conform to the current spec source on the ` master `
21
21
branch should not be merged before the corresponding spec change is merged to ` master ` .
22
22
23
- If testing a particular change isn’t practical due to web-platforms-tests limitations,
23
+ If testing a particular spec change isn’t practical due to web-platforms-tests limitations,
24
24
explain why in the spec-PR commit message, file a
25
- [ web-platform-tests issue] ( https://github.com/w3c/web-platform-tests/issues )
25
+ [ wpt issue] ( https://github.com/w3c/web-platform-tests/issues )
26
26
describing the limitation, and add the
27
27
[ ` type:untestable ` ] ( https://github.com/w3c/web-platform-tests/issues?utf8=%E2%9C%93&q=label%3Atype%3Auntestable%20 )
28
28
label to the issue.
You can’t perform that action at this time.
0 commit comments