mit einem Klick
mit einem Klick
| name | issue |
| description | Create or update a GitHub issue following verl project conventions. |
| user_invocable | true |
When the user asks to create or update an issue, follow these steps:
Read the following to understand available issue types and their required fields:
If updating an existing issue, read its current title, body, labels, and comments first.
Based on the user's description, select the appropriate template:
bug-report.yml) — something is broken or behaves unexpectedlyfeature-request.yml) — a new capability or enhancementFill in the template fields based on information from the user and the codebase. For bug reports, run python scripts/diagnose.py to gather system info if possible.
When updating, ensure the title and body still accurately reflect the current state of the issue.
Search for existing issues before creating:
gh issue list --repo verl-project/verl --state open --search "<keywords>"
If a duplicate exists, inform the user instead of creating a new one.
good first issue and/or call for contribution labels if the issue is straightforward and suitable for new contributors.Return the issue URL when done.