anomalyco / anomalyco/opencode
Contribution guide conflicts with linked-issue automation
@rekram1-node is already working on this.
Since Aug 6, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
The documented and enforced linked-issue policies disagree.
CONTRIBUTING.md explicitly requires every PR to reference an existing issue, while .github/workflows/pr-standards.yml skips linked-issue validation for PR titles starting with docs:, refactor:, or feat:. This exception is active in practice: #38709 was merged without a linked issue.
Expected: The contribution guide and automated checks describe and enforce the same linked-issue policy.
Actual: The guide requires an issue for every PR, while the workflow exempts three PR title types.
If the workflow exceptions are intentional, I can submit a small documentation update describing them. Otherwise, the workflow appears inconsistent with the documented issue-first policy.
Plugins
Not applicable.
OpenCode version
dev at def7220bfc65b84046e597e9be772eae81f663ff.
Steps to reproduce
- Read the Issue First Policy in
CONTRIBUTING.md. - Read the linked-issue checks in
.github/workflows/pr-standards.yml. - Compare the documented all-PR requirement with the
docs:,refactor:, andfeat:exceptions. - Observe merged docs PR #38709, which has no linked issue.
Screenshot and/or share link
Not applicable.
Operating System
Not applicable.
Terminal
Not applicable.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.