From: Vincent Bernat Date: Thu, 15 Apr 2021 18:06:58 +0000 (+0200) Subject: github: no need to be smart to show how to format code X-Git-Tag: 1.0.11~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3020ec35c0a2de36ebe54e9564551c3663be7a3e;p=thirdparty%2Flldpd.git github: no need to be smart to show how to format code People should see the markdown code, not the rendered code, from the template. --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c424b3ea..5b1042fd 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,12 +1,10 @@ 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