From: Vincent Bernat Date: Mon, 25 Jul 2022 05:32:48 +0000 (+0200) Subject: github: revert last change X-Git-Tag: 1.0.15~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23fc28d5cb9996d83443be5ad3b8771bb4f18aa2;p=thirdparty%2Flldpd.git github: revert last change The template is shown as text, so no need to escape backticks. --- diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index c3c42bf0..699f2af4 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -16,12 +16,10 @@ questions. When putting code snippets (logs, commands), put them between triple backticks: -```` ``` # lldpcli -vv [output of lldpcli -vv] ``` -```` # Bug description diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 15dfe799..6a7ccd12 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -7,9 +7,7 @@ labels: "feature request" When putting code snippets (logs, commands), put them between triple backticks: -```` ``` # lldpcli -vv [output of lldpcli -vv] ``` -````