Files
pad/.github/ISSUE_TEMPLATE/feature_request.yml
T
xarmian 4708e5bacf docs: Update README, SKILL.md, CLAUDE.md, and add GitHub templates
README: Complete rewrite with value proposition, comparison table,
feature showcase, installation guide, architecture diagram, CLI reference.

SKILL.md: Add standup, changelog, watch, dependencies, and webhooks
to the agent skill so AI tools know about new capabilities.

CLAUDE.md: Document webhooks package, new API endpoints, and all new
CLI commands.

GitHub templates: Bug report and feature request issue templates (YAML),
pull request template with checklist.
2026-03-28 13:55:40 +00:00

45 lines
1.1 KiB
YAML

name: Feature Request
description: Suggest a new feature or improvement
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a feature! Describe the problem first, then your proposed solution.
- type: textarea
id: problem
attributes:
label: What problem does this solve?
description: Describe the use case or pain point.
placeholder: I often need to... but currently I have to...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
description: How do you think this should work?
placeholder: It would be great if `pad` could...
validations:
required: true
- type: dropdown
id: component
attributes:
label: Component
options:
- CLI
- Web UI
- API
- Agent Skill
- New Feature
- Other
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: Any other approaches you've thought about?