123456789101112131415161718192021222324252627282930313233343536373839 |
- name: Feature Request
- description: Suggest an idea for HelixDB
- title: "[Feature]: "
- labels: ["enhancement"]
- body:
- - type: markdown
- attributes:
- value: |
- Thanks for taking the time to suggest a new feature!
- - type: textarea
- id: problem
- attributes:
- label: What do you want?
- description: What feature do you want?
- placeholder: "I want a feature that [...]"
- validations:
- required: true
- - type: dropdown
- id: area
- attributes:
- label: Feature Area
- description: Which area of HelixDB does this feature relate to?
- options:
- - Vector Operations
- - Graph Operations
- - Query Language
- - Performance
- - CLI
- - SDKs
- - Documentation
- - Infrastructure
- - Other
- validations:
- required: true
- - type: textarea
- id: additional
- attributes:
- label: Additional context
- description: Add any other context or screenshots about the feature request here.
|