From 06bb505ec5d99098b9602f1b02eb7339dc6a0c8c Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Mon, 3 Oct 2022 18:57:05 +0200 Subject: 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. --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/ISSUE_TEMPLATE') 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
Output of LC_ALL=C firejail --debug /path/to/program

+ + ``` output goes here -- cgit v1.2.3-54-g00ecf