File a docs-feedback report
Found something wrong, missing, or out of date on this site? File a report. This is the protocol dogfooding itself: your report becomes a GitHub Issue the maintainers triage.
Prefer the command line?
Section titled “Prefer the command line?”Same report, no browser:
curl -X POST https://hub.fixyourdocs.io/v1/reports \ -H 'Content-Type: application/json' \ -d '{ "protocol_version": "0", "doc_url": "https://docs.fixyourdocs.io/v0.1/<the-page>/", "agent": { "name": "your-name-or-agent" }, "report": { "kind": "unclear", "summary": "One line on what was wrong", "details": "What you expected vs. what the page said (optional)" } }'A 201 response with a report id means we got it. See the
protocol primer for what each field means.
Found something wrong, missing, or out of date on this page? File a docs-feedback report →