sigs.k8s.io/cluster-api@v1.7.1/.github/ISSUE_TEMPLATE/feature_request.yaml (about)

     1  name: ✨ Feature request
     2  description: Suggest an idea for this project.
     3  body:
     4    - type: textarea
     5      id: user_story
     6      attributes:
     7        label: What would you like to be added (User Story)?
     8        description: |
     9          A large proposal that works through the design along with the implications of the change can be opened as a CAEP.
    10          See https://github.com/kubernetes-sigs/cluster-api/blob/main/CONTRIBUTING.md#proposal-process-caep
    11        placeholder: "As a [developer/user/operator] I would like to [high level description] for [reasons]."
    12      validations:
    13        required: true
    14  
    15    - type: textarea
    16      id: detailed_feature_description
    17      attributes:
    18        label: Detailed Description
    19        placeholder: "A clear and concise description of what you want to happen."
    20      validations:
    21        required: true
    22  
    23    - type: textarea
    24      id: additional
    25      attributes:
    26        label: Anything else you would like to add?
    27        placeholder: "Miscellaneous information that will assist in solving the issue."
    28  
    29    - type: textarea
    30      id: templateLabel
    31      attributes:
    32        label: Label(s) to be applied
    33        value: |
    34          /kind feature
    35          One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.