Report a bug (upstream issue)
- Create the issue with the GitHub CLI (
gh issue create). - Open it against the origin upstream (use that remote / repository—not a fork-only default).
- Labels: run
gh label listfor that upstream repository (same scope as the issue, e.g.--repo owner/nameif you are not using the default remote). Only use names that appear in that output. When you rungh issue create, pass--label bugand repeat--label <name>for each other applicable label. Do not invent label names. - Write the body using the same sections as
.github/ISSUE_TEMPLATE/bug_report.yml: What happened, How to reproduce, Environment, Logs, screenshots, or config (if any). Incorporate the user’s message and any selected editor/context so the issue is concrete and reproducible. - Use a sensible title consistent with the template’s title prefix.
- Do not add “Made with Cursor” or similar promotional footers to the issue.