24 lines
891 B
Markdown
24 lines
891 B
Markdown
---
|
|
name: "Bug Report"
|
|
about: Report a reproducible bug or regression.
|
|
labels: 'bug'
|
|
---
|
|
|
|
Thanks for helping us make magic-trace better!
|
|
|
|
Please consider answering any subset of the following questions, based on what you think
|
|
is most relevant to your report:
|
|
|
|
- What happened?
|
|
- What did you expect to happen?
|
|
- How can we, magic-trace developers, reproduce the issue you're seeing?
|
|
- What version of perf userspace tools are you running? `perf --version`
|
|
- What CPU do you have? `cat /proc/cpuinfo`
|
|
- If you're reporting a UI bug, can you provide the trace file and/or screenshots
|
|
of the probem?
|
|
|
|
Please also consider scanning the [existing set of issues](https://github.com/janestreet/magic-trace/issues)
|
|
for other people reporting the same thing, and checking out the
|
|
[FAQ](https://github.com/janestreet/magic-trace/wiki/FAQ) just in case you're running into
|
|
a common pitfall.
|