]> git.sur5r.net Git - i3/i3/blob - .github/ISSUE_TEMPLATE/feature_request.md
add specific GitHub issue templates
[i3/i3] / .github / ISSUE_TEMPLATE / feature_request.md
1 ---
2 name: Feature request
3 about: Suggest an idea for this project
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 [ ] Bug
14 [x] 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 ## Desired 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 ## Environment
32 <!--
33 Please include your exact i3 version.
34 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.
35 -->
36 Output of `i3 --moreversion 2>&-`:
37 <pre>
38 i3 version: 
39 </pre>
40
41 <!--
42 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.
43 -->
44 <pre>
45 - Linux Distribution & Version:
46 - Are you using a compositor (e.g., xcompmgr or compton):
47 </pre>