...

Text file src/k8s.io/kubernetes/.github/ISSUE_TEMPLATE/enhancement.yaml

Documentation: k8s.io/kubernetes/.github/ISSUE_TEMPLATE

     1name: Enhancement Tracking Issue
     2description: Provide supporting details for a feature in development
     3labels: kind/feature
     4body:
     5  - type: textarea
     6    id: feature
     7    attributes:
     8      label: What would you like to be added?
     9      description: |
    10        Feature requests are unlikely to make progress as issues. Please consider engaging with SIGs on slack and mailing lists, instead.
    11        A proposal that works through the design along with the implications of the change can be opened as a KEP.
    12        See https://git.k8s.io/enhancements/keps#kubernetes-enhancement-proposals-keps
    13    validations:
    14      required: true
    15
    16  - type: textarea
    17    id: rationale
    18    attributes:
    19      label: Why is this needed?
    20    validations:
    21      required: true

View as plain text