Bug Description
The docs site at errors.deessejs.com does not link to the GitHub issue tracker (github.com/deessejs/errors/issues/new). For users following the "file upstream issues, never silently workaround" workflow, the docs site is the natural place to discover the issue filing flow — but the link is missing.
Steps to Reproduce
- Visit
https://errors.deessejs.com
- Look for a "Report a bug" or "File an issue" link
- Observe: no such link exists
Expected Behavior
A visible "Report a bug" CTA in the docs site header or footer that links to:
https://github.com/deessejs/errors/issues/new?template=bug_report.yml (or the .github/ISSUE_TEMPLATE/bug_report.yml flow)
Actual Behavior
No link. Users have to navigate to github.com/deessejs/errors manually to find the issue tracker.
Environment
- Browser: any
- Docs site:
errors.deessejs.com
Consumer
deessejs/deessejs monorepo. We follow the policy "file upstream issues, never silently workaround" (see AGENTS.md). Discoverability of the issue-filing flow is part of the upstream DX.
Bug Description
The docs site at
errors.deessejs.comdoes not link to the GitHub issue tracker (github.com/deessejs/errors/issues/new). For users following the "file upstream issues, never silently workaround" workflow, the docs site is the natural place to discover the issue filing flow — but the link is missing.Steps to Reproduce
https://errors.deessejs.comExpected Behavior
A visible "Report a bug" CTA in the docs site header or footer that links to:
https://github.com/deessejs/errors/issues/new?template=bug_report.yml(or the.github/ISSUE_TEMPLATE/bug_report.ymlflow)Actual Behavior
No link. Users have to navigate to
github.com/deessejs/errorsmanually to find the issue tracker.Environment
errors.deessejs.comConsumer
deessejs/deessejsmonorepo. We follow the policy "file upstream issues, never silently workaround" (seeAGENTS.md). Discoverability of the issue-filing flow is part of the upstream DX.