aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..4e4f6a77
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,33 @@
1---
2name: Bugs
3about: Crashes and other bugs
4labels: 'bug'
5
6---
7
8### Please read the following before submitting:
9- Please do NOT submit bug reports for questions. Ask questions on IRC at #sway on irc.freenode.net.
10- Proprietary graphics drivers, including nvidia, are not supported. Please use the open source equivalents, such as nouveau, if you would like to use Sway.
11- Problems with the Wayland version of Firefox are likely to be Firefox bugs. Start by submitting your issue to the Firefox Bugzilla and come back here only after they confirm otherwise.
12
13### Please fill out the following:
14- **Sway Version:**
15 - `swaymsg -t get_version` or `sway -v`
16
17- **Debug Log:**
18 - Run `sway -d 2> ~/sway.log` from a TTY and upload it to a pastebin, such as gist.github.com.
19 - This will record information about sway's activity. Please try to keep the reproduction as brief as possible and exit sway.
20
21- **Configuration File:**
22 - Please try to produce with the default configuration.
23 - If you cannot reproduce with the default configuration, please try to find the minimal configuration to reproduce.
24 - Upload the config to a pastebin such as gist.github.com.
25
26- **Stack Trace:**
27 - This is only needed if sway crashes.
28 - If you use systemd, you should be able to open the coredump of the most recent crash with gdb with
29 `coredumpctl gdb sway` and then `bt full` to obtain the stack trace.
30 - If the lines mentioning sway or wlroots have `??` for the location, your binaries were built without debug symbols. Please compile both sway and wlroots from source and try to reproduce.
31
32- **Description:**
33 - The steps you took in plain English to reproduce the problem.