]> git.sur5r.net Git - i3/i3/blobdiff - .github/ISSUE_TEMPLATE.md
Updated ISSUE_TEMPLATE.md (#3295)
[i3/i3] / .github / ISSUE_TEMPLATE.md
index a9cfbd4769e7500491702a3fc6c57ba477ca1aa4..e5f81e3c55a6fa18e4fd54032f726116fa0387e4 100644 (file)
@@ -1,18 +1,62 @@
-Output of `i3 --moreversion 2>&- || i3 --version`:
-
-_REPLACE: i3 version output_
-
-URL to a logfile as per https://i3wm.org/docs/debugging.html:
-
-_REPLACE: URL to logfile_
-
-**What I did:**
-
-_REPLACE: e.g. "I’m pressing Alt+j (focus left)"_
-
-**What I saw:**
-
-_REPLACE: e.g. "i3 changed focus to the window ABOVE the current window"_
-
-**What I expected instead:**
-_REPLACE: e.g. "Focus should be on the window to the left"_
+<!--
+PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
+-->
+
+## I'm submitting a…
+<!-- Please check one of the following options with "x" -->
+<pre>
+[ ] Bug
+[ ] Feature Request
+[ ] Documentation Request
+[ ] Other (Please describe in detail)
+</pre>
+
+## Current Behavior
+<!-- Describe the current behavior, e.g., »When pressing Alt+j (focus left), the window above the current window is focused.« -->
+
+## Expected Behavior
+<!-- Describe the desired behavior you expect after mitigation of the issue, e.g., »The window left next to the current window should be focused.« -->
+
+## Reproduction Instructions
+<!--
+For bug reports, please provide detailed instructions on how the bug can be reproduced.
+For feature requests you can remove this section.
+
+E.g., »Open three windows in a V[A H[B C]] layout on a new workspace«
+-->
+
+## Environment
+<!--
+Please include your exact i3 version.
+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.
+-->
+Output of `i3 --moreversion 2>&-`:
+<pre>
+i3 version: 
+</pre>
+
+<!--
+For bug reports, 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.
+
+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.
+-->
+<pre>
+</pre>
+
+<!--
+Providing a logfile can help us trace the root cause of an issue much quicker. You can learn how to generate the logfile here:
+https://i3wm.org/docs/debugging.html
+
+Providing the logfile is optional.
+-->
+<pre>
+Logfile URL:
+</pre>
+
+<!--
+Please also anser the questions below to help us process your issue faster. If you have any other information to share, please add it here as well.
+-->
+<pre>
+- Linux Distribution & Version:
+- Are you using a compositor (e.g., xcompmgr or compton):
+</pre>