mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-22 17:14:26 +01:00
improved bug-report.yml template
This commit is contained in:
20
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
20
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -34,6 +34,26 @@ body:
|
|||||||
options:
|
options:
|
||||||
- signal-cli-rest-api Docker Container
|
- signal-cli-rest-api Docker Container
|
||||||
- Home Assistant Signal Addon
|
- 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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional information
|
label: Additional information
|
||||||
|
|||||||
Reference in New Issue
Block a user