github.com/ydb-platform/ydb-go-sdk/v3@v3.89.2/.github/ISSUE_TEMPLATE/01_BUG_REPORT.md (about)

     1  ---
     2  name: Bug Report
     3  about: Create a report to help YDB GO SDK to improve
     4  title: "bug: "
     5  labels: "bug"
     6  assignees: ""
     7  
     8  ---
     9  
    10  # Bug Report
    11  
    12  **YDB GO SDK version:**
    13  
    14  <!-- Please specify commit or tag version. -->
    15  
    16  **Environment**
    17  
    18  <!-- Please specify Operation System, CPU arcitecture -->
    19  
    20  **Current behavior:**
    21  
    22  <!-- Describe how the bug manifests. -->
    23  
    24  **Expected behavior:**
    25  
    26  <!-- Describe what the behavior would be without the bug. -->
    27  
    28  **Steps to reproduce:**
    29  
    30  <!--  Please explain the steps required to duplicate the issue, especially if you are able to provide a sample application. -->
    31  
    32  **Related code:**
    33  
    34  <!-- If you are able to illustrate the bug or feature request with an example, please provide it here. -->
    35  
    36  ```
    37  insert short code snippets here
    38  ```
    39  
    40  **Other information:**
    41  
    42  <!-- List any other information that is relevant to your issue. Related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. -->