From cc9bbdbffbcf5ba1362089d97f169d595ba9d2c8 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Fri, 18 Jun 2021 18:00:05 +0200 Subject: [PATCH] improved bug-report.yml template --- .github/ISSUE_TEMPLATE/bug-report.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9c76c45..9a2777e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -34,6 +34,26 @@ body: options: - signal-cli-rest-api Docker Container - Home Assistant Signal Addon + - type: dropdown + validations: + 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. + options: + - Normal Mode + - Native Mode + - type: dropdown + validations: true + required: true + attributes: + label: What's the architecture of your host system? + description: + options: + - x86-64 + - armv7 + - arm64 + - other - type: textarea attributes: label: Additional information