Description
The bug report issue template (.github/ISSUE_TEMPLATE/bug-report.yml) still references "OpenCode" instead of "MiMo" or "MiMo Code":
- Field label:
OpenCode version (should be MiMo version or MiMo Code version)
- Field description:
What version of OpenCode are you using? (should reference MiMo)
- Field ID:
opencode-version (should be mimo-version)
Additionally, .github/ISSUE_TEMPLATE/config.yml points to the OpenCode Discord:
contact_links:
- name: 💬 Discord Community
url: https://discord.gg/opencode
This should point to MiMo Code's own community link.
Suggested fix
- In
bug-report.yml: Change id: opencode-version → id: mimo-version, label: OpenCode version → label: MiMo Code version, description: What version of OpenCode are you using? → description: What version of MiMo Code are you using? (run mimo --version)
- In
config.yml: Update the Discord URL to MiMo Code's community link
Also recommend a global case-insensitive search for opencode across all .github/ files to catch any other stale references. The feature-request.yml and question.yml appear clean but a grep would confirm.
Steps to reproduce
- Go to https://github.com/XiaomiMiMo/MiMo-Code/issues/new/choose
- Select "Bug report"
- Observe the "OpenCode version" field
Expected behavior
Template should reference the current project name (MiMo Code), not the upstream fork name (OpenCode).
Operating System
Linux
Description
The bug report issue template (
.github/ISSUE_TEMPLATE/bug-report.yml) still references "OpenCode" instead of "MiMo" or "MiMo Code":OpenCode version(should beMiMo versionorMiMo Code version)What version of OpenCode are you using?(should reference MiMo)opencode-version(should bemimo-version)Additionally,
.github/ISSUE_TEMPLATE/config.ymlpoints to the OpenCode Discord:This should point to MiMo Code's own community link.
Suggested fix
bug-report.yml: Changeid: opencode-version→id: mimo-version,label: OpenCode version→label: MiMo Code version,description: What version of OpenCode are you using?→description: What version of MiMo Code are you using? (run mimo --version)config.yml: Update the Discord URL to MiMo Code's community linkAlso recommend a global case-insensitive search for
opencodeacross all.github/files to catch any other stale references. Thefeature-request.ymlandquestion.ymlappear clean but a grep would confirm.Steps to reproduce
Expected behavior
Template should reference the current project name (MiMo Code), not the upstream fork name (OpenCode).
Operating System
Linux