google.golang.org/grpc@v1.62.1/.github/ISSUE_TEMPLATE/bug.md (about)

     1  ---
     2  name: Bug Report
     3  about: Report a non-security bug.  For suspected security vulnerabilities or crashes, please use "Report a Security Vulnerability", below.
     4  labels: 'Type: Bug'
     5  
     6  ---
     7  
     8  NOTE: if you are reporting is a potential security vulnerability or a crash,
     9  please follow our CVE process at
    10  https://github.com/grpc/proposal/blob/master/P4-grpc-cve-process.md instead of
    11  filing an issue here.
    12  
    13  Please see the FAQ in our main README.md, then answer the questions below
    14  before submitting your issue.
    15  
    16  ### What version of gRPC are you using?
    17  
    18  ### What version of Go are you using (`go version`)?
    19  
    20  ### What operating system (Linux, Windows, …) and version?
    21  
    22  ### What did you do?
    23  If possible, provide a recipe for reproducing the error.
    24  
    25  ### What did you expect to see?
    26  
    27  ### What did you see instead?