]> git.sur5r.net Git - i3/i3/blob - .github/ISSUE_TEMPLATE/bug_report.md
add specific GitHub issue templates
[i3/i3] / .github / ISSUE_TEMPLATE / bug_report.md
1 ---
2 name: Bug report
3 about: Create a report to help us improve
4 ---
5
6 <!--
7 PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
8 -->
9
10 ## I'm submitting a…
11 <!-- Please check one of the following options with "x" -->
12 <pre>
13 [x] Bug
14 [ ] Feature Request
15 [ ] Documentation Request
16 [ ] Other (Please describe in detail)
17 </pre>
18
19 ## Current Behavior
20 <!--
21 Describe the current behavior,
22 e.g., »When pressing Alt+j (focus left), the window above the current window is focused.«
23 -->
24
25 ## Expected Behavior
26 <!--
27 Describe the desired behavior you expect after mitigation of the issue,
28 e.g., »The window left next to the current window should be focused.«
29 -->
30
31 ## Reproduction Instructions
32 <!--
33 Please provide detailed instructions on how the bug can be reproduced.
34 E.g., »Open three windows in a V[A H[B C]] layout on a new workspace«
35 -->
36
37 ## Environment
38 <!--
39 Please include your exact i3 version.
40 Note that we only support the latest major release and the current development version. If you are using an older version of i3, please first update to the current release version and reproduce the issue there.
41 -->
42 Output of `i3 --moreversion 2>&-`:
43 <pre>
44 i3 version: 
45 </pre>
46
47 <!--
48 Please include your (complete) i3 config with which the issue occurs. You can either paste the file directly or provide a link to a service such as pastebin.
49
50 If you would like to help debugging the issue, please try to reduce the config such that it is as close to the default config as possible while still reproducing the issue. This can help us bisect the root cause.
51 -->
52 <pre>
53 </pre>
54
55 <!--
56 Providing a logfile can help us trace the root cause of an issue much quicker. You can learn how to generate the logfile here:
57 https://i3wm.org/docs/debugging.html
58
59 Providing the logfile is optional.
60 -->
61 <pre>
62 Logfile URL:
63 </pre>
64
65 <!--
66 Please also answer the questions below to help us process your issue faster. If you have any other information to share, please add it here as well.
67 -->
68 <pre>
69 - Linux Distribution & Version:
70 - Are you using a compositor (e.g., xcompmgr or compton):
71 </pre>