From e6edb20ee26d3a5354e17ea17765d00e2ced6855 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sat, 30 May 2026 19:09:11 +0900 Subject: [PATCH] feat(packages): add feature.yml --- .../.github/ISSUE_TEMPLATE/feature.yml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 packages/omo-codex/plugin/components/comment-checker/.github/ISSUE_TEMPLATE/feature.yml diff --git a/packages/omo-codex/plugin/components/comment-checker/.github/ISSUE_TEMPLATE/feature.yml b/packages/omo-codex/plugin/components/comment-checker/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 000000000..817e49c99 --- /dev/null +++ b/packages/omo-codex/plugin/components/comment-checker/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,27 @@ +name: Feature Request +description: Propose a Codex comment-checker hook or MCP improvement +labels: [enhancement] +body: + - type: textarea + id: problem + attributes: + label: Problem + description: What workflow is blocked or awkward today? + validations: + required: true + + - type: textarea + id: proposal + attributes: + label: Proposal + description: What should codex-comment-checker do? + validations: + required: true + + - type: textarea + id: alternatives + attributes: + label: Alternatives considered + description: What else could solve this? + validations: + required: false