Skip to content

Add GitHub issue templates for roadmap management#2

Merged
Pummelchen merged 5 commits into
mainfrom
pm/bootstrap-roadmap
Jul 9, 2026
Merged

Add GitHub issue templates for roadmap management#2
Pummelchen merged 5 commits into
mainfrom
pm/bootstrap-roadmap

Conversation

@Pummelchen

Copy link
Copy Markdown
Owner

Summary

Adds lightweight GitHub issue forms for XAIOS project-management setup:

  • Bug report
  • Feature request
  • Engineering task
  • Documentation / contracts issue
  • Issue template chooser config

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:

  • Summary
  • Problem / objective
  • Relevant subsystem
  • Acceptance criteria
  • Validation command or gate
  • Risk level
  • Dependencies / blockers
  • Related docs or source files

Validation

Not run locally in this connector session. Suggested review after checkout:

git diff --check
find .github/ISSUE_TEMPLATE -maxdepth 1 -type f -print

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.

@Pummelchen
Pummelchen merged commit 96d51b7 into main Jul 9, 2026
3 of 4 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment on lines +4 to +6
labels:
- type: bug
- needs: triage

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant