We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96eee22 commit b773729Copy full SHA for b773729
CONTRIBUTING.md
@@ -27,3 +27,20 @@ comment with:
27
If you are making a pull request on behalf of someone else but you
28
had no part in designing the feature, you can remove yourself with
29
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