Create a new issue (upstream)
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. Only use names that appear in that output. Always pass--label needs-triageand add other applicable labels. Do not invent label names.Choose the correct title prefix based on the issue type:
Prefix When to use [Feature]New functionality or capability [Design]Architecture, API design, or UX proposal before implementation [Refactor]Internal restructuring with no behavior change [Performance]Speed, memory, or efficiency improvements [Security]Vulnerability, safety concern, or hardening [Docs]Documentation additions or corrections [Test]Missing tests, flaky tests, or test infrastructure [Chore]Dependency updates, cleanup, or tooling [Epic]Large body of work grouping multiple issues [Question]Clarification needed, not a task Write the body using the same sections as
.github/ISSUE_TEMPLATE/feature_request.yml: What you want and why, How it could work, Links or extra context (if any). Incorporate the user's message and any selected editor/context so the issue is concrete and complete.Do not add "Made with Cursor" or similar promotional footers to the issue.