Re: [w3c/permissions] chore: update how to contribute (#281)

@miketaylr commented on this pull request.



> +  - When relevant, include `closes #` and the issue number.
+  - The commit message should be short and concise.
+  - Prefix the commit message with one of the following:
+    - `Editorial:` -for editorial/non-normative change to the specification.
+    - `Chore:` - when fixing ReSpec stuff or other non-spec related stuff (e.g., CI).
+    - Normative changes should not be prefixed with anything. These go into the changelog.
+
+## Running HTML5 Tidy
+
+Please make sure you have [HTML5 Tidy](https://github.com/w3c/tidy-html5) installed.
+Don't use the the one that ships with \*nix systems.
+
+You can confirm check the version by running:
+
+```bash
+tidy --version  #HTML Tidy for HTML5 (experimental) for ...

Got it - the `#HTML Tidy for HTML5 (experimental) for ...` comment made me think my version wasn't correct. But if we just write "the latest version" it'll be fine 99% of the time.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/281#discussion_r699344280

Received on Tuesday, 31 August 2021 13:51:16 UTC