aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2021-10-02 17:37:06 +0200
committerLibravatar GitHub <noreply@github.com>2021-10-02 17:37:06 +0200
commit81b41db79181169a110a3aa6a9b44cf1ae229e91 (patch)
treed516334b099f6cd62f0cce27f01b2303331764fa /.github/ISSUE_TEMPLATE/bug_report.md
parentsway-input.5.scd: Fix spelling errors (diff)
downloadsway-81b41db79181169a110a3aa6a9b44cf1ae229e91.tar.gz
sway-81b41db79181169a110a3aa6a9b44cf1ae229e91.tar.zst
sway-81b41db79181169a110a3aa6a9b44cf1ae229e91.zip
github: don't truncate debug logsgithub-full-debug-logs
This happens a lot, the latest one is [1]. [1]: https://github.com/swaywm/sway/issues/6570
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 8542b7b9..eba606e6 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -18,6 +18,7 @@ labels: 'bug'
18- **Debug Log:** 18- **Debug Log:**
19 - Run `sway -d 2> ~/sway.log` from a TTY and upload it to a pastebin, such as gist.github.com. 19 - Run `sway -d 2> ~/sway.log` from a TTY and upload it to a pastebin, such as gist.github.com.
20 - This will record information about sway's activity. Please try to keep the reproduction as brief as possible and exit sway. 20 - This will record information about sway's activity. Please try to keep the reproduction as brief as possible and exit sway.
21 - Attach the **full** file, do not truncate it.
21 22
22- **Configuration File:** 23- **Configuration File:**
23 - Please try to produce with the default configuration. 24 - Please try to produce with the default configuration.