feature_request.yml•3.13 kB
name: ✨ Feature Request
description: Suggest a new feature for Continuo Memory System
labels: ["enhancement", "feature-request"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a feature! Please help us understand your use case.
- type: textarea
id: problem
attributes:
label: Problem Statement
description: What problem does this feature solve?
placeholder: |
I'm frustrated when...
It's difficult to...
I need to...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: How would you like this feature to work?
placeholder: |
Add a new tool called...
Modify the search to...
Enable configuration for...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Have you considered any alternative solutions or workarounds?
placeholder: |
I tried using...
Another approach could be...
Current workaround is...
- type: dropdown
id: component
attributes:
label: Component
description: Which component would this affect?
options:
- MCP Server
- Memory Server
- Hierarchical Compression
- Embeddings
- IDE Integration
- API/Tools
- Documentation
- Examples
- Other
validations:
required: true
- type: dropdown
id: priority
attributes:
label: Priority
description: How important is this to you?
options:
- Low (Nice to have)
- Medium (Would improve workflow)
- High (Blocking my use case)
- Critical (Cannot use without this)
validations:
required: true
- type: textarea
id: use-case
attributes:
label: Use Case
description: Describe your specific use case
placeholder: |
I'm building a...
I need to process...
My workflow requires...
validations:
required: true
- type: textarea
id: benefits
attributes:
label: Benefits
description: Who else would benefit from this feature?
placeholder: |
- Individual developers using local embeddings
- Teams with high query volumes
- Enterprise users needing custom deployments
- type: checkboxes
id: willingness
attributes:
label: Contribution
description: Would you be willing to contribute?
options:
- label: I'm willing to submit a PR for this feature
- label: I can help test the implementation
- label: I can provide additional use cases and feedback
- label: I'm interested in sponsoring development of this feature
- type: textarea
id: additional
attributes:
label: Additional Context
description: Any other context, examples, or references
placeholder: |
Similar feature in X project: [link]
Example workflow: [description]
Related issues: #123