name: Feature Request
description: Suggest an idea for AAS LanceDB MCP Server
title: "[Feature]: "
labels: ["enhancement", "triage"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a new feature! 🚀
- type: textarea
id: problem-description
attributes:
label: Problem Description
description: A clear and concise description of what the problem is that this feature would solve.
placeholder: I'm always frustrated when...
validations:
required: true
- type: textarea
id: solution-description
attributes:
label: Proposed Solution
description: A clear and concise description of what you want to happen.
placeholder: I would like...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: Alternatively, we could...
validations:
required: false
- type: dropdown
id: feature-category
attributes:
label: Feature Category
description: What category does this feature fall into?
options:
- MCP Protocol Enhancement
- Vector Database Operations
- Embedding Models & Integration
- Search & Retrieval
- Data Management
- Performance & Optimization
- Developer Experience
- Documentation
- Other
validations:
required: true
- type: dropdown
id: priority
attributes:
label: Priority
description: How important is this feature to you?
options:
- Low - Nice to have
- Medium - Would be helpful
- High - Important for my use case
- Critical - Blocking my usage
validations:
required: true
- type: textarea
id: use-case
attributes:
label: Use Case
description: |
Describe your use case in detail. This helps us understand the context and importance of the feature.
placeholder: |
I'm building an application that needs to...
This feature would help because...
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context, screenshots, mockups, or examples about the feature request here.
validations:
required: false
- type: checkboxes
id: implementation
attributes:
label: Implementation
description: Are you willing to help implement this feature?
options:
- label: I'm willing to submit a pull request for this feature
required: false
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our Code of Conduct
options:
- label: I agree to follow this project's Code of Conduct
required: true