Imported Upstream version 1.27.0
[platform/upstream/grpc.git] / .github / ISSUE_TEMPLATE / bug_report.md
1 ---
2 name: Report a bug
3 about: Create a report to help us improve
4 labels: kind/bug, priority/P2
5 assignees: yashykt
6
7 ---
8
9 <!--
10
11 This form is for bug reports and feature requests ONLY!
12 For general questions and troubleshooting, please ask/look for answers here:
13 - grpc.io mailing list: https://groups.google.com/forum/#!forum/grpc-io
14 - StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc
15
16 Issues specific to *grpc-java*, *grpc-go*, *grpc-node*, *grpc-dart*, *grpc-web* should be created in the repository they belong to (e.g. https://github.com/grpc/grpc-LANGUAGE/issues/new)
17 -->
18
19 ### What version of gRPC and what language are you using?
20
21
22 ### What operating system (Linux, Windows,...) and version?
23
24
25 ### What runtime / compiler are you using (e.g. python version or version of gcc)
26
27
28 ### What did you do?
29 If possible, provide a recipe for reproducing the error. Try being specific and include code snippets if helpful.
30
31 ### What did you expect to see?
32
33
34 ### What did you see instead?
35
36 Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
37
38 See [TROUBLESHOOTING.md](https://github.com/grpc/grpc/blob/master/TROUBLESHOOTING.md) for how to diagnose problems better.
39
40 ### Anything else we should know about your project / environment?