From 8963fd638e6116582f59ce14e0547d5383fca0b4 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Mon, 18 Oct 2021 18:35:23 +0200 Subject: [PATCH] include json-rpc mode in issue template --- .github/ISSUE_TEMPLATE/bug-report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 3d4695e..115a9e6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -39,10 +39,11 @@ body: required: true attributes: 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: - Normal Mode - Native Mode + - JSON-RPC Mode - type: dropdown validations: required: true