github.com/igordcard/operator-sdk@v0.8.2/.github/ISSUE_TEMPLATE/bug-report.md (about)

     1  ---
     2  name: Bug Report
     3  about: If things aren't working as expected.
     4  title: ''
     5  labels: ''
     6  assignees: ''
     7  
     8  ---
     9  
    10  ## Bug Report
    11  
    12  <!-- 
    13  Note: Make sure to first check the prerequisites that can be found in the main README file!
    14  
    15  Thanks for filing an issue! Before hitting the button, please answer these questions.
    16  Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
    17  -->
    18  
    19  **What did you do?**
    20  A clear and concise description of the steps you took (or insert a code snippet).
    21  
    22  **What did you expect to see?**
    23  A clear and concise description of what you expected to happen (or insert a code snippet).
    24  
    25  **What did you see instead? Under which circumstances?**
    26  A clear and concise description of what you expected to happen (or insert a code snippet).
    27  
    28  
    29  **Environment**
    30  * operator-sdk version:
    31  
    32  <!--- Insert operator-sdk release or Git SHA here. -->
    33  
    34  * go version:
    35  
    36  <!--- Insert the output of `go version` here -->
    37  
    38  * Kubernetes version information:
    39  
    40  <!--- Insert the output of `kubectl version` here -->
    41  
    42  * Kubernetes cluster kind: 
    43  
    44  * Are you writing your operator in ansible, helm, or go?
    45  
    46  **Possible Solution**
    47  <!--- Only if you have suggestions on a fix for the bug -->
    48  
    49  **Additional context**
    50  Add any other context about the problem here.