From 30b2f5f7bf20daa742d10a95540e06eecbed374a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 15 Apr 2021 20:06:09 +0200 Subject: [PATCH] github: explain people how to format lines of code --- .github/ISSUE_TEMPLATE.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- 2.39.5