anomalyco / anomalyco/opencode
Issue compliance bot references a "Question" template that doesn't exist
@rekram1-node is already working on this.
Since Jul 22, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
The issue compliance checker in .github/workflows/duplicate-issues.yml tells the model to enforce three templates:
This project has three issue templates that every issue MUST use one of:
- Bug Report
- Feature Request
- Question - requires the Question field with real content
But .github/ISSUE_TEMPLATE/ only contains two templates: bug-report.yml and feature-request.yml. There is no Question template, and config.yml has blank_issues_enabled: false.
This causes valid issues to be flagged as non-compliant when they don't match a template that doesn't exist (e.g. #38346).
Fix: either add a Question issue template, or update the workflow prompt to list only the two templates that actually exist.
Plugins
No response
OpenCode version
N/A (CI workflow)
Steps to reproduce
- Open an issue that uses neither the Bug Report nor Feature Request template (or uses
gh issue create --bodywithout--template) - The compliance bot flags it for not using one of the "three required templates"
- Check
.github/ISSUE_TEMPLATE/— only two templates exist
Operating System
N/A
Terminal
N/A
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.