From 72b3d838688a1860297e7afb195e7d576fda3a69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 27 Jul 2023 01:51:08 +0200 Subject: [PATCH] docs: warn about github issue misuage in issue templates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1eb456d2..8f091778 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,6 +8,7 @@ body: Thank you for reporting an issue. 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, ... 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 18d77c10..d970b1e2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -8,7 +8,9 @@ body: Thank you for requesting a feature. 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, ... + Please fill in as much of the template below as you're able. - type: checkboxes attributes: label: Duplicate issue @@ -22,4 +24,4 @@ body: - type: textarea attributes: label: Attachments - description: Logs, configurations, screenshots, screencast, etc. + description: Architecture or design documents, screenshots, screencast, etc. -- 2.34.1