mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2026-01-10 10:24:29 +01:00
65 lines
2.0 KiB
YAML
65 lines
2.0 KiB
YAML
name: Report an issue with signal-cli-rest-api
|
|
description: Report an issue with signal-cli-rest-api.
|
|
body:
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: The problem
|
|
description: >-
|
|
Describe the issue you are experiencing here. Tell us what you were trying to do and what happened.
|
|
Provide a clear and concise description of what the problem is.
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Environment
|
|
- type: checkboxes
|
|
id: latest_version
|
|
attributes:
|
|
label: Are you using the latest released version?
|
|
options:
|
|
- label: "Yes"
|
|
- type: checkboxes
|
|
id: read_troubleshooting
|
|
attributes:
|
|
label: Have you read the troubleshooting page?
|
|
description: Can be found [here](https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/TROUBLESHOOTING.md)
|
|
options:
|
|
- label: "Yes"
|
|
- type: dropdown
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: What type of installation are you running?
|
|
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: Please have a look at the `MODE` parameter in you `docker-compose.yml` file. If you do not have the `MODE` parameter explicitly set, then you are running in normal mode.
|
|
options:
|
|
- Normal Mode
|
|
- Native Mode
|
|
- JSON-RPC Mode
|
|
- type: dropdown
|
|
validations:
|
|
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
|
|
description: >
|
|
If you have any additional information for us, use the field below.
|
|
Please note, you can attach screenshots or screen recordings here, by
|
|
dragging and dropping files in the field below.
|