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