...

Text file src/google.golang.org/grpc/.github/ISSUE_TEMPLATE/bug.md

Documentation: google.golang.org/grpc/.github/ISSUE_TEMPLATE

     1---
     2name: Bug Report
     3about: Report a non-security bug.  For suspected security vulnerabilities or crashes, please use "Report a Security Vulnerability", below.
     4labels: 'Type: Bug'
     5
     6---
     7
     8NOTE: if you are reporting is a potential security vulnerability or a crash,
     9please follow our CVE process at
    10https://github.com/grpc/proposal/blob/master/P4-grpc-cve-process.md instead of
    11filing an issue here.
    12
    13Please see the FAQ in our main README.md, then answer the questions below
    14before 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?
    23If possible, provide a recipe for reproducing the error.
    24
    25### What did you expect to see?
    26
    27### What did you see instead?

View as plain text