Skip to content

Commit 69a9568

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 358bddb + ce41983 commit 69a9568

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ When reviewing a pull request, verify the following:
101101

102102
- [ ] Front matter block (`---`) is present and includes a `title` field.
103103
- [ ] Page title in front matter matches the entry in `mkdocs.yml`.
104-
- [ ] Heading hierarchy is correct (`#` (optional) → `##` → `###` → `####`, no skipping levels).
104+
- [ ] Heading hierarchy is correct (`##` → `###` → `####`, no skipping levels).
105105
- [ ] Admonitions use the correct type (`info`, `tip`, `warning`, `danger`) for the context.
106106
- [ ] Tables are properly formatted with pipe characters.
107107
- [ ] Code blocks use language identifiers.
@@ -110,7 +110,7 @@ When reviewing a pull request, verify the following:
110110
### Writing Style & Readability
111111

112112
- [ ] Tone is **informal, friendly, and inviting** — avoid overly formal or academic language.
113-
- [ ] Title case: Use title case for section and subsection headings; articles and short prepositions stay lowercase.
113+
- [ ] Title case: Use title case for page title and section headings; articles and short prepositions stay lowercase.
114114
- [ ] Language is **simple and clear** — short sentences, common words, no unexplained jargon — so non-native English speakers can easily follow.
115115
- [ ] Logic is easy to follow, examples are kept simple.
116116
- [ ] Claim calibration: Calibrate verbs to evidence; do not write "proves" when the evidence is "suggests".

0 commit comments

Comments
 (0)