File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,6 +105,14 @@ When reviewing a pull request, verify the following:
105105- [ ] Code blocks use language identifiers.
106106- [ ] No unintentional trailing whitespace (two trailing spaces are allowed for forced line breaks).
107107
108+ # ## Writing Style & Readability
109+
110+ - [ ] Tone is **informal, friendly, and inviting** — avoid overly formal or academic language.
111+ - [ ] Language is **simple and clear** — short sentences, common words, no unexplained jargon — so non-native English speakers can easily follow.
112+ - [ ] No grammar or spelling mistakes.
113+ - [ ] Wording is **concise** — remove filler phrases (e.g. "it is worth noting that", "basically", "simply") and redundant sentences.
114+ - [ ] Contractions (e.g. "you'll", "don't", "it's") are welcome — they help keep the tone approachable.
115+
108116# ## Navigation
109117
110118- [ ] If a new page is added, it is registered in the `nav:` section of `mkdocs.yml` at the correct location and indentation level.
You can’t perform that action at this time.
0 commit comments