From 4d577b0d54e4dfc512b8de7e1ed865dc1282ed6b Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Fri, 18 Jun 2021 18:05:44 +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 442480a..615d7cb 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: 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