From 9667d30907de726b54e271637dffdb47912bcf3a Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Tue, 22 Jun 2021 14:41:48 +0000 Subject: [PATCH] Doc: add code highlighting how-to to issue templates --- .github/ISSUE_TEMPLATE/bug.md | 4 ++++ .github/ISSUE_TEMPLATE/help.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 2362e77a..f4d42355 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -39,3 +39,7 @@ PASTE YOUR LOGS IN THERE ``` + + diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md index 3d975a17..689b7403 100644 --- a/.github/ISSUE_TEMPLATE/help.md +++ b/.github/ISSUE_TEMPLATE/help.md @@ -46,6 +46,10 @@ IN THERE **What are you using to run your container?**: Docker Compose + + Please also share your configuration file: ```yml