docs: improve documentation visibility across GitHub touchpoints#4092
docs: improve documentation visibility across GitHub touchpoints#4092holytshirt merged 2 commits intomasterfrom
Conversation
Add a GitBook documentation badge to the README badge row, a callout banner directing new users to the full docs, documentation links in both issue templates, and a new PR template with a docs checklist item.
Code ReviewPR #4092 — docs: improve documentation visibility across GitHub touchpoints OverviewThis PR makes three small but valuable improvements to GitHub community health files:
These are all non-breaking documentation changes with no impact on the library code itself. The intent is clear and worthwhile — surfacing docs earlier to reduce noise from avoidable issues and PRs. FindingsBug — Broken relative link in PR templateIn - [ ] I have read the [Contributing Guide](../CONTRIBUTING.md)Relative links in PR description bodies are resolved from the repository root, not from the file's location inside - [ ] I have read the [Contributing Guide](CONTRIBUTING.md)or use an absolute URL to be unambiguous. Minor — PR template missing a "Type of Change" sectionMost effective PR templates include a quick type-of-change section so reviewers can immediately orient themselves. Consider adding something like: ## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation updateThis is low priority but helps reviewers and changelog authors. Observation — Emoji usage is consistent and appropriateThe Observation — README badge placementThe new GitBook badge is appended after the CodeScene badges. This is fine; alphabetical or "importance" ordering is a style choice. No functional concern. Summary
The broken relative link is the only blocker. Once that's corrected to Reviewed by Claude (claude-sonnet-4-6) |
|
@holytshirt Approved, but Claude says the link is broken |
Addresses review feedback on PR #4092: PR description bodies render relative links from the repo root, so the `../CONTRIBUTING.md` prefix broke the link. Also adds a Type of Change section to help reviewers orient quickly. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
No application code in the PR — skipped Code Health checks.
See analysis details in CodeScene
Quality Gate Profile: Clean Code Collective
Install CodeScene MCP: safeguard and uplift AI-generated code. Catch issues early with our IDE extension and CLI tool.
Code Review UpdatePR #4092 — docs: improve documentation visibility across GitHub touchpoints Following up on the earlier review: the current version of the PR addresses both issues that were flagged. Previous Issues — Now Resolved
Current State AssessmentAll three changes look good:
This PR is ready to merge. Reviewed by Claude (claude-sonnet-4-6) |
Summary
.github/PULL_REQUEST_TEMPLATE.mdwith a docs checklist item