From 72bbcbd98dae1ea4ee625ab77aeb3f840aeec53b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 25 Jul 2022 07:31:18 +0200 Subject: [PATCH] github: show how to use triple backticks --- .dir-locals.el | 1 + .github/ISSUE_TEMPLATE/bug.md | 4 +++- .github/ISSUE_TEMPLATE/feature.md | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 00000000..9b9ff8d9 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1 @@ +((nix-mode . ((mode . apheleia)))) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 61a25e00..c3c42bf0 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -14,12 +14,14 @@ unlikely it just does not work. Instead, use the questions. When putting code snippets (logs, commands), put them between triple -backquotes: +backticks: +```` ``` # lldpcli -vv [output of lldpcli -vv] ``` +```` # Bug description diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 3c15eb29..15dfe799 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -5,9 +5,11 @@ labels: "feature request" --- When putting code snippets (logs, commands), put them between triple -backquotes: +backticks: +```` ``` # lldpcli -vv [output of lldpcli -vv] ``` +```` -- 2.39.5