feat(packages): add feature.yml

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:09:11 +09:00
parent 847a10b8f2
commit e6edb20ee2
@@ -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