- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 31 Aug 2021 05:49:39 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 31 August 2021 12:49:51 UTC
@marcoscaceres commented on this pull request. > +- Running tidy is optional. We run tidy on the server after every commit. +- Put comments in front of sections, for better readability with + syntax coloring editors. + +## Commit message guidelines + + - 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. Yeah, brew instructions will do. Alternative, we just remove mention of it. GitHub actions handles it for random contributors. -- 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_r699289625
Received on Tuesday, 31 August 2021 12:49:51 UTC