From 38bb86b5b989bc33448f6b5e6782028f6685f079 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Fri, 18 Jun 2021 18:05:03 +0200 Subject: [PATCH] fixed syntax error in bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index ac70f45..442480a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -39,7 +39,7 @@ body: required: true attributes: label: In which mode are you using the docker container? - description: Hint: If you have "USE_NATIVE=1" set in your "docker-compose.yml" file then you are using the native mode. + description: **Hint** If you have `USE_NATIVE=1` set in your `docker-compose.yml` file then you are using the native mode. options: - Normal Mode - Native Mode