From: Jérôme Benoit Date: Fri, 26 Jul 2024 13:39:19 +0000 (+0200) Subject: docs: add OCPP 2 mock server component to issue templates X-Git-Tag: ocpp-server@v1.5.1~14 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a95db7832890d86af2eb75ffe39f3baad686eb09;p=e-mobility-charging-stations-simulator.git docs: add OCPP 2 mock server component to issue templates Signed-off-by: Jérôme Benoit --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b0efef9b..a6e27be5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,6 +25,7 @@ body: options: - Simulator - Web UI + - OCPP 2 Mock Server validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 0cee693f..e0c128c6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -25,6 +25,7 @@ body: options: - Simulator - Web UI + - OCPP 2 Mock Server validations: required: true - type: textarea