mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 07:34:23 +01:00
include json-rpc mode in issue template
This commit is contained in:
3
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -39,10 +39,11 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: In which mode are you using the docker container?
|
label: In which mode are you using the docker container?
|
||||||
description: If you have `USE_NATIVE=1` set in your `docker-compose.yml` file then you are using the native mode.
|
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:
|
options:
|
||||||
- Normal Mode
|
- Normal Mode
|
||||||
- Native Mode
|
- Native Mode
|
||||||
|
- JSON-RPC Mode
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user