Skip to content

Commit b773729

Browse files
andreasttAutomatedTester
authored andcommittedNov 21, 2018
contrib: document spec tests
1 parent 96eee22 commit b773729

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎CONTRIBUTING.md

+17
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,20 @@ comment with:
2727
If you are making a pull request on behalf of someone else but you
2828
had no part in designing the feature, you can remove yourself with
2929
the above syntax.
30+
31+
32+
Specification validation
33+
------------------------
34+
35+
We run a set of automated tests, including HTML validation and [ReSpec]
36+
linting, on all PRs and changes submitted to the specification.
37+
You can run these tests locally this way:
38+
39+
make test
40+
41+
Ensure you have [respec] installed first:
42+
43+
npm install -g respec
44+
45+
[ReSpec]: https://github.com/w3c/respec
46+
[respec]: https://www.npmjs.com/package/respec

0 commit comments

Comments
 (0)