name: Feature Request
description: Suggest a new feature for Hypertool MCP
title: "[Feature]: "
labels: ["enhancement", "needs-triage"]
body:
- type: markdown
attributes:
value: |
Thanks for your feature suggestion! Please provide as much detail as possible.
- type: textarea
id: problem
attributes:
label: Problem Statement
description: Describe the problem you're trying to solve
placeholder: "Currently, when I try to..."
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe your proposed solution
placeholder: "I would like HyperTool to..."
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: What alternative solutions have you considered?
placeholder: "I've also thought about..."
- type: textarea
id: use-case
attributes:
label: Use Case
description: Describe your specific use case for this feature
placeholder: "In my workflow, I need to..."
validations:
required: true
- type: dropdown
id: importance
attributes:
label: Importance
description: How important is this feature to you?
options:
- Critical - Blocking my work
- High - Would significantly improve my workflow
- Medium - Nice to have
- Low - Minor improvement
validations:
required: true
- type: textarea
id: implementation
attributes:
label: Implementation Ideas
description: If you have ideas on how this could be implemented, share them here
placeholder: "This could potentially be implemented by..."
- type: textarea
id: breaking
attributes:
label: Breaking Changes
description: Would this feature require any breaking changes?
placeholder: "This might affect existing..."
- type: checkboxes
id: contribution
attributes:
label: Contribution
options:
- label: I am willing to help implement this feature
- label: I am willing to help test this feature
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: I have searched for similar feature requests and this is not a duplicate
required: true
- label: I have provided a clear problem statement and use case
required: true