github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/.github/ISSUE_TEMPLATE/bug_report.md (about)

     1  ---
     2  name: Bug report
     3  about: Create a bug report to help us improve
     4  title:
     5  labels: 'type: bug'
     6  assignees: ''
     7  ---
     8  
     9  **Description**
    10  
    11  A clear description of what the bug is. If possible, explicitly indicate the
    12  expected behavior vs. the observed behavior.
    13  
    14  **Steps to reproduce**
    15  
    16  If available, please include detailed reproduction steps.
    17  
    18  If the bug requires software that is not publicly available, see if it can be
    19  reproduced with software that is publicly available.
    20  
    21  **Environment**
    22  
    23  Please include the following details of your environment:
    24  
    25  *   `runsc -version`
    26  *   `docker version` or `docker info` (if available)
    27  *   `kubectl version` and `kubectl get nodes` (if using Kubernetes)
    28  *   `uname -a`
    29  *   `git describe` (if built from source)
    30  *   `runsc` debug logs (if available)