aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIngo Bürk <admin@airblader.de>2020-05-01 09:40:46 +0200
committerGitHub <noreply@github.com>2020-05-01 09:40:46 +0200
commit151281aaf1600648dcf9937653d732ab627c4585 (patch)
treea882d5796063da18b1da8e4c134d9d4ac508c150 /.github
parent5f9cbb12b8f39db8530a1cac0bc342203be9898f (diff)
parentc6b46e1e014c172569329bab05531f77b16d86b8 (diff)
downloadi3-151281aaf1600648dcf9937653d732ab627c4585.tar.gz
i3-151281aaf1600648dcf9937653d732ab627c4585.zip
Merge pull request #4050 from orestisfl/config-details-bug-template
Bug template: Add collapsible for config file
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 910b0fca..a6df0a95 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -49,8 +49,9 @@ Please include your (complete) i3 config with which the issue occurs. You can ei
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>
+<details><summary>Config file</summary><pre>
</pre>
+</details>
<!--
Providing a logfile can help us trace the root cause of an issue much quicker. You can learn how to generate the logfile here: