Files
greptimedb/.github/ISSUE_TEMPLATE/enhancement.yml
2024-05-15 16:44:17 +00:00

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