3 about: Create a report to help us improve
11 Include a clear and concise description of what the problem is, including what
12 you expected to happen, and what actually happened.
14 **Steps to reproduce the bug**
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.
22 **Does the bug persist in the most recent commit?**
24 We recommend using the latest commit in the master branch in your projects.
26 **What operating system and version are you using?**
28 If you are using a Linux distribution please include the name and version of the
31 **What compiler and version are you using?**
33 Please include the output of `gcc -v` or `clang -v`, or the equivalent for your
36 **What build system are you using?**
38 Please include the output of `bazel --version` or `cmake --version`, or the
39 equivalent for your build system.
41 **Additional context**
43 Add any other context about the problem here.