0f7e8b532f92a563bbbdfbe1a2ad0257b36c0123
[platform/upstream/gtest.git] / .github / ISSUE_TEMPLATE / 00-bug_report.md
1 ---
2 name: Bug report
3 about: Create a report to help us improve
4 title: ''
5 labels: 'bug'
6 assignees: ''
7 ---
8
9 **Describe the bug**
10
11 Include a clear and concise description of what the problem is, including what
12 you expected to happen, and what actually happened.
13
14 **Steps to reproduce the bug**
15
16 It's important that we are able to reproduce the problem that you are
17 experiencing. Please provide all code and relevant steps to reproduce the
18 problem, including your `BUILD`/`CMakeLists.txt` file and build commands. Links
19 to a GitHub branch or [godbolt.org](https://godbolt.org/) that demonstrate the
20 problem are also helpful.
21
22 **Does the bug persist in the most recent commit?**
23
24 We recommend using the latest commit in the master branch in your projects.
25
26 **What operating system and version are you using?**
27
28 If you are using a Linux distribution please include the name and version of the
29 distribution as well.
30
31 **What compiler and version are you using?**
32
33 Please include the output of `gcc -v` or `clang -v`, or the equivalent for your
34 compiler.
35
36 **What build system are you using?**
37
38 Please include the output of `bazel --version` or `cmake --version`, or the
39 equivalent for your build system.
40
41 **Additional context**
42
43 Add any other context about the problem here.