From 23fc28d5cb9996d83443be5ad3b8771bb4f18aa2 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 25 Jul 2022 07:32:48 +0200 Subject: [PATCH] github: revert last change The template is shown as text, so no need to escape backticks. --- .github/ISSUE_TEMPLATE/bug.md | 2 -- .github/ISSUE_TEMPLATE/feature.md | 2 -- 2 files changed, 4 deletions(-) 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] ``` -```` -- 2.39.5