22 lines
750 B
YAML
22 lines
750 B
YAML
name: Enhancement Tracking Issue
|
|
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. Please consider engaging with SIGs on slack and mailing lists, instead.
|
|
A proposal that works through the design along with the implications of the change can be opened as a KEP.
|
|
See https://git.k8s.io/enhancements/keps#kubernetes-enhancement-proposals-keps
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: rationale
|
|
attributes:
|
|
label: Why is this needed?
|
|
validations:
|
|
required: true
|