mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
692 B
22 lines
692 B
name: Enhancement/feature
|
|
description: Provide supporting details for a feature in development
|
|
labels: kind/feature
|
|
body:
|
|
- type: textarea
|
|
id: feature
|
|
attributes:
|
|
label: What would you like to be added?
|
|
description: |
|
|
Feature requests are unlikely to make progress as issues.
|
|
Initial discussion and ideas can happen on an issue.
|
|
But significant changes or features must be proposed as a [Helm Improvement Proposal](https://github.com/helm/community/blob/main/hips/hip-0001.md) (HIP)
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: rationale
|
|
attributes:
|
|
label: Why is this needed?
|
|
validations:
|
|
required: true
|