From 7eed01f7d48ed1f3212f10ca29df09c460de6f31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 4 Dec 2024 22:51:23 +0100 Subject: [PATCH] docs: add link for support request GH discussions category MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit closes #1136 Signed-off-by: Jérôme Benoit --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a6e27be5..d7f5e1b0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,6 +10,7 @@ body: This issue tracker is for bugs and issues found in e-mobility-charging-stations-simulator. Any misuse of this issue tracker will be closed immediately, such as simulator configuration support, simulator usage support, ... + Support requests are expected to be filed in the [Discussions](https://github.com/poolifier/poolifier/discussions) Q&A category. Please fill in as much of the template below as you're able. - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e0c128c6..272a5ff5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -10,6 +10,7 @@ body: This issue tracker is for feature requests in e-mobility-charging-stations-simulator. Any misuse of this issue tracker will be closed immediately, such as simulator configuration support, simulator usage support, ... + Support requests are expected to be filed in the [Discussions](https://github.com/poolifier/poolifier/discussions) Q&A category. Please fill in as much of the template below as you're able. - type: checkboxes -- 2.43.0