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

     1  name: 🐛 Bug Report
     2  description: Report a bug encountered while using Cluster API
     3  body:
     4    - type: textarea
     5      id: problem
     6      attributes:
     7        label: What steps did you take and what happened?
     8        description: |
     9          Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner.
    10          If this matter is security related, please follow the guidelines described in https://github.com/kubernetes-sigs/cluster-api/blob/main/SECURITY_CONTACTS
    11        placeholder: "A clear and concise description on how to REPRODUCE the bug."
    12      validations:
    13        required: true
    14  
    15    - type: textarea
    16      id: expected
    17      attributes:
    18        label: What did you expect to happen?
    19      validations:
    20        required: true
    21  
    22    - type: textarea
    23      id: capiVersion
    24      attributes:
    25        label: Cluster API version
    26        placeholder: "The version of the Cluster API used in the environment."
    27      validations:
    28        required: true
    29  
    30    - type: textarea
    31      id: kubeVersion
    32      attributes:
    33        label: Kubernetes version
    34        placeholder: "$kubectl version"
    35  
    36    - type: textarea
    37      id: additional
    38      attributes:
    39        label: Anything else you would like to add?
    40        placeholder: "Miscellaneous information that will assist in solving the issue."
    41  
    42    - type: textarea
    43      id: templateLabel
    44      attributes:
    45        label: Label(s) to be applied
    46        value: |
    47          /kind bug
    48          One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.