aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-10-03 18:57:05 +0200
committerLibravatar GitHub <noreply@github.com>2022-10-03 16:57:05 +0000
commit06bb505ec5d99098b9602f1b02eb7339dc6a0c8c (patch)
tree2979c6d95b552179cfd852fe5e8bca61e105f5dc /.github/ISSUE_TEMPLATE
parentmpv: whitelist mpv-mpris (#5386) (diff)
downloadfirejail-06bb505ec5d99098b9602f1b02eb7339dc6a0c8c.tar.gz
firejail-06bb505ec5d99098b9602f1b02eb7339dc6a0c8c.tar.zst
firejail-06bb505ec5d99098b9602f1b02eb7339dc6a0c8c.zip
Add gist note to bug_report.md (#5398)
We had some comments saying that the output exceeds the allowed length of a github comment (65534 characters IIRC). This commit adds a comment to instruct users to create a secret gist in that case.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index eb485b8a2..c8c6f40bd 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -81,6 +81,9 @@ output goes here
81<details> 81<details>
82<summary>Output of <code>LC_ALL=C firejail --debug /path/to/program</code></summary> 82<summary>Output of <code>LC_ALL=C firejail --debug /path/to/program</code></summary>
83<p> 83<p>
84
85<!-- If the output is too long to embed it into the comment,
86 create a secret gist at https://gist.github.com/ and link it here. -->
84 87
85``` 88```
86output goes here 89output goes here