github.com/demonoid81/containerd@v1.3.4/.github/ISSUE_TEMPLATE/bug_report.md (about)

     1  ---
     2  name: Bug report
     3  about: Create a bug report to help improve containerd
     4  title: ''
     5  labels: kind/bug
     6  assignees: ''
     7  ---
     8  
     9  <!--
    10  If you are reporting a new issue, make sure that we do not have any duplicates
    11  already open. You can ensure this by searching the issue list for this
    12  repository. If there is a duplicate, please close your issue and add a comment
    13  to the existing issue instead.
    14  -->
    15  
    16  **Description**
    17  
    18  <!--
    19  Briefly describe the problem you are having in a few paragraphs.
    20  -->
    21  
    22  **Steps to reproduce the issue:**
    23  1.
    24  2.
    25  3.
    26  
    27  **Describe the results you received:**
    28  
    29  
    30  **Describe the results you expected:**
    31  
    32  
    33  **Output of `containerd --version`:**
    34  
    35  ```
    36  (paste your output here)
    37  ```
    38  
    39  **Any other relevant information:**