Add GitHub issue templates for roadmap management#2
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a8f4933e43
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| labels: | ||
| - type: bug | ||
| - needs: triage |
There was a problem hiding this comment.
Quote colon-bearing labels as strings
GitHub issue forms expect labels to be an array or comma-delimited string of label names, but these unquoted entries parse as YAML maps ({"type":"bug"}, {"needs":"triage"}) rather than the intended label strings. In repositories using these new forms, this makes the template metadata invalid or prevents the automatic labels from being applied; the same labels pattern is repeated in the other issue-form files and should be quoted, e.g. "type: bug".
Useful? React with 👍 / 👎.
Summary
Adds lightweight GitHub issue forms for XAIOS project-management setup:
Scope
This is repository-management setup only. It does not modify runtime code, build scripts, contracts, kernel/userspace source, generated artifacts, or CI behavior.
Notes
The templates collect the roadmap fields requested for XAIOS issues:
Validation
Not run locally in this connector session. Suggested review after checkout:
Follow-up
Labels, milestones, Projects v2 fields/views, and seed issue metadata still need to be configured through GitHub label/milestone/project APIs or the GitHub UI because the connected GitHub tool currently exposes issue/file/PR operations but not those metadata APIs.