From 3020ec35c0a2de36ebe54e9564551c3663be7a3e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 15 Apr 2021 20:06:58 +0200 Subject: [PATCH] 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. --- .github/ISSUE_TEMPLATE.md | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5