summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Westrup <erik.westrup@gmail.com>2022-08-17 23:51:01 +0200
committerGitHub <noreply@github.com>2022-08-18 06:51:01 +0900
commit992476982ab97bfa7298f5da1ec0d38026f5960a (patch)
tree9e792342dae7ca4d53ddb0eadae1e5c033f6adb7
parent7889983f89be05f9eb037443ee2cd41ed90cdde6 (diff)
downloadale-992476982ab97bfa7298f5da1ec0d38026f5960a.zip
Put :ALEInfo in collapsible for bug reports (#4286)
To make the bug reports a bit more readable. See an example of usage here: https://github.com/dense-analysis/ale/issues/4285
-rw-r--r--.github/ISSUE_TEMPLATE/report-a-bug.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md
index 4169029d..cf92f330 100644
--- a/.github/ISSUE_TEMPLATE/report-a-bug.md
+++ b/.github/ISSUE_TEMPLATE/report-a-bug.md
@@ -40,7 +40,9 @@ Are you having trouble configuring ALE? Try asking for help on [Stack Exchange](
2. Then this happened.
### :ALEInfo
-
-<!-- Paste the output of :ALEInfo here. Try :ALEInfoToClipboard -->
-<!-- Make sure to run :ALEInfo from the buffer where the bug occurred. -->
-<!-- Read the output. You might figure out what went wrong yourself. -->
+<details>
+ <summary>Expand</summary>
+ <!-- Paste the output of :ALEInfo here. Try :ALEInfoToClipboard -->
+ <!-- Make sure to run :ALEInfo from the buffer where the bug occurred. -->
+ <!-- Read the output. You might figure out what went wrong yourself. -->
+</details>