mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 21:32:58 +00:00
40 lines
929 B
YAML
40 lines
929 B
YAML
---
|
|
name: Enhancement
|
|
description: Suggest an enhancement to existing functionality
|
|
labels: [ "C-enhancement" ]
|
|
body:
|
|
- type: dropdown
|
|
id: type
|
|
attributes:
|
|
label: What type of enhancement is this?
|
|
multiple: true
|
|
options:
|
|
- API improvement
|
|
- Configuration
|
|
- Performance
|
|
- Refactor
|
|
- Tech debt reduction
|
|
- User experience
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: what
|
|
attributes:
|
|
label: What does the enhancement do?
|
|
description: |
|
|
Give a high-level overview of how you
|
|
suggest improving an existing feature or functionality.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: implementation
|
|
attributes:
|
|
label: Implementation challenges
|
|
description: |
|
|
Share any ideas of how to implement the enhancement.
|
|
validations:
|
|
required: false
|