gitlab: ask inxi output to be in code blocks
[mesa.git] / .gitlab / issue_templates / Bug Report.md
1 ### Before submitting your bug report:
2 - Check if a new version of Mesa is available which might have fixed the problem.
3 - If you can, check if the latest development version (git master) works better.
4 - Check if your bug has already been reported here.
5 - For any logs, backtraces, etc - use [code blocks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks)
6 - As examples of good bug reports you may review one of these - #2598, #2615, #2608
7
8
9 Otherwise, please fill the requested information below.
10 And please remove anything that doesn't apply to keep things readable :)
11
12
13 ### System information
14
15 Please post `inxi -GSC -xx` output ([fenced with triple backticks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks)) OR fill information below manually
16
17
18 - OS: (`cat /etc/os-release | grep "NAME"`)
19 - GPU: (`lspci | grep VGA` or `lshw -C display`)
20 - Kernel version: (run `uname -a`)
21 - Mesa version: (`glxinfo -B | grep "OpenGL version string"`)
22 - Xserver version (if applicable): (`sudo X -version`)
23 - Desktop manager and compositor:
24
25 #### If applicable
26 - DXVK version:
27 - Wine/Proton version:
28
29
30 ### Describe the issue
31
32 Please describe what you are doing, what you expect and what you're
33 seeing instead. How frequent is the issue? Is it a one time occurrence? Does it appear multiple times but randomly? Can you easily reproduce it?
34
35 "It doesn't work" usually is not a helpful description of an issue.
36 The more detail about how things are going wrong, the better.
37
38
39 ### Regression
40
41 Did it used to work? It can greatly help to know when the issue started.
42
43
44 ### Log files as attachment
45 - Output of `dmesg`
46 - Backtrace
47 - Gpu hang details
48
49
50 ### Screenshots/video files (if applicable)
51
52
53
54 ### Any extra information would be greatly appreciated