anomalyco / anomalyco/opencode

Issue compliance bot references a "Question" template that doesn't exist

Open
#38,352 0 comments 0 reactions 1 assignee View on GitHub

@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:

  1. Bug Report
  2. Feature Request
  3. 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
  1. Open an issue that uses neither the Bug Report nor Feature Request template (or uses gh issue create --body without --template)
  2. The compliance bot flags it for not using one of the "three required templates"
  3. Check .github/ISSUE_TEMPLATE/ — only two templates exist
Operating System

N/A

Terminal

N/A

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.