github.com/annwntech/go-micro/v2@v2.9.5/.github/ISSUE_TEMPLATE/bug_report.md (about)

     1  ---
     2  name: Bug report
     3  about: For reporting bugs in go-micro
     4  title: "[BUG]"
     5  labels: ''
     6  assignees: ''
     7  
     8  ---
     9  
    10  **Describe the bug**
    11  
    12  1. What are you trying to do?
    13  2. What did you expect to happen?
    14  3. What happens instead?
    15  
    16  **How to reproduce the bug:**
    17  
    18  If possible, please include a minimal code snippet here.
    19  
    20  **Environment:**
    21  Go Version: please paste `go version` output here
    22  ```
    23  please paste `go env` output here
    24  ```