From: Vincent Bernat Date: Thu, 15 Apr 2021 18:06:09 +0000 (+0200) Subject: github: explain people how to format lines of code X-Git-Tag: 1.0.11~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30b2f5f7bf20daa742d10a95540e06eecbed374a;p=thirdparty%2Flldpd.git github: explain people how to format lines of code --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1f866d74..c424b3ea 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,12 @@ -This is an example of bug report. Try to adapt it to your case. +This is an example of bug report. Try to adapt it to your case. When +putting code snippets (logs, commands), put them between triple backquotes: + +```` +``` +# lldpcli -vv +[output of lldpcli -vv] +``` +```` # Bug description