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

     1  ---
     2  name: Support Question
     3  about: Any support questions you might have.
     4  title: ''
     5  labels: ''
     6  assignees: ''
     7  
     8  ---
     9  
    10  <!-- 
    11  Thanks for filing an issue! Before hitting the button, please answer these questions.
    12  
    13  Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
    14  
    15  We will try our best to answer the question, but we also have a mailing list and slack channel for any other questions.
    16  -->
    17  
    18  ## Type of question
    19  
    20  **Are you asking about community best practices, how to implement a specific feature, or about general context and help around the operator-sdk?**
    21  
    22  
    23  ## Question
    24  
    25  **What did you do?**
    26  A clear and concise description of the steps you took (or insert a code snippet).
    27  
    28  **What did you expect to see?**
    29  A clear and concise description of what you expected to happen (or insert a code snippet).
    30  
    31  **What did you see instead? Under which circumstances?**
    32  A clear and concise description of what you expected to happen (or insert a code snippet).
    33  
    34  
    35  **Environment**
    36  * operator-sdk version:
    37  
    38    insert release or Git SHA here
    39  
    40  * Kubernetes version information:
    41  
    42    insert output of `kubectl version` here
    43  
    44  * Kubernetes cluster kind: 
    45  
    46  **Additional context**
    47  Add any other context about the question here.