This commit is contained in:
gnekt
2026-03-22 17:13:17 +01:00
commit 299df8b1c9
48 changed files with 12762 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
name: Feature Request
description: Suggest a new feature or improvement to an existing one.
title: "[Feature] "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a feature! Please fill out the sections below so we can evaluate it properly.
- type: textarea
id: problem
attributes:
label: Problem
description: What problem does this feature solve? What friction are you experiencing?
placeholder: "When I try to do X, I have to manually do Y, which is tedious because..."
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe what you'd like to happen instead.
placeholder: "It would be great if the agent could automatically..."
validations:
required: true
- type: dropdown
id: scope
attributes:
label: Scope
description: Which part of the project does this affect?
options:
- Specific agent (specify below)
- Routing / CLAUDE.md
- Installer / scripts
- Documentation
- References / shared docs
- Other
validations:
required: true
- type: input
id: agent
attributes:
label: Agent (if applicable)
description: Which agent is this about?
placeholder: "e.g. scribe, postman, librarian"
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Any workarounds or alternative approaches you've thought about?
- type: textarea
id: context
attributes:
label: Additional Context
description: Screenshots, examples, links, or anything else that helps explain the request.