Thanks for your interest in contributing to the Web Platform Contribution Guide! In order to maintain consistency, we follow a few stylistic conventions:
- Semantic line feeds - write each sentence on a dedicated line; these line breaks won't be visible in the rendered version of the guide; see Semantic Linefeeds for the reason behind this convention.
- One space after punctuation - don't use double space after a period, exclamation mark, or question mark.
- Avoid using words that are not recommended in the Google developer documentation styleguide's word list (ignoring things are specific to Google products).
The lint.sh
script checks for the preceding conventions. You can run it before
building as follows:
./lint.sh && make dirhtml
We also ask that you read our Code of Conduct before contributing, and follow the expectations and spirit of that document in the course of making your contribution.
Thanks again!