PULL REQUEST TEMPLATE
Summary¶
-¶
Changes¶
-
Type of change¶
- New guide
- Revision to an existing guide
- New tool / hook / skill / plugin / starter
- Fix (typo, link, small inaccuracy)
- CI / tooling change
- Other
Checklist (style and structure)¶
- I read
CONTRIBUTING.mdand followed the style guide. - Headings follow the convention (H1 title, H2 sections, H3 subsections).
- Code blocks are fenced with a language tag.
- Internal links are relative (not absolute URLs to this repo).
- Guides have a
## See Alsosection with 3–4 cross-links. -
index.mdtables updated if a new file was added. -
CHANGELOG.mdupdated under the current unreleased / next-version section. - For shell changes: passes
shellchecklocally (CI will enforce). - For new
CLAUDE.mdtemplates: passesbash tools/lint-claude-md.sh. - No emojis in guide content (except the ✅ ⚠️ ❌ markers already used in benchmarks).
- No secrets, API keys, or absolute paths from my laptop in any file.
Test plan¶
-