github.com/percona/percona-xtradb-cluster-operator@v1.14.0/.github/ISSUE_TEMPLATE/2-bug-report.yml (about)

     1  name: Report a bug 🐛
     2  description: Create a report to help us improve
     3  labels: "bug"
     4  body:
     5  - type: markdown
     6    attributes:
     7      value: |
     8        ## Self-help
     9        Thank you for considering to open a bug report!
    10  
    11        Before you do, however, make sure to check our existing resources to see if it has already been discussed/reported:
    12        - [Reported bugs](https://github.com/percona/percona-xtradb-cluster-operator/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Abug)
    13        - [JIRA bugs](https://perconadev.atlassian.net/issues/?jql=project%20%3D%20%22Percona%20Operator%20for%20MySQL%20based%20on%20Percona%20XtraDB%20Cluster%22%20and%20issuetype%20%3D%20Bug%20and%20resolution%20%3D%20unresolved%20order%20BY%20created%20DESC)
    14        - [Percona Operator for MySQL forum](https://forums.percona.com/c/mysql-mariadb/percona-kubernetes-operator-for-mysql/28)
    15  - type: textarea
    16    attributes:
    17      label: Report
    18      description: "What bug have you encountered?"
    19      placeholder: "A clear and concise description of what the bug is."
    20    validations:
    21      required: true  
    22  - type: textarea
    23    attributes:
    24      label: More about the problem
    25      description: What do you see happening
    26      placeholder: Logs, expected behavior, other
    27    validations:
    28      required: true
    29  - type: textarea
    30    attributes:
    31      label: Steps to reproduce
    32      description: "Tell us how to reproduce the problem" 
    33      value: |
    34        1. 
    35        2. 
    36        3. 
    37    validations:
    38      required: true
    39  - type: textarea
    40    attributes:
    41      label: Versions
    42      description: "Tell us which versions do you use" 
    43      value: |
    44        1. Kubernetes
    45        2. Operator
    46        3. Database
    47    validations:
    48      required: true
    49  - type: textarea
    50    id: anything-else
    51    attributes:
    52      label: Anything else?
    53      description: "Let us know if you have anything else to share"