From: Jérôme Benoit Date: Wed, 26 Jul 2023 23:51:08 +0000 (+0200) Subject: docs: warn about github issue misuage in issue templates X-Git-Tag: v1.2.20~122 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=72b3d838688a1860297e7afb195e7d576fda3a69;p=e-mobility-charging-stations-simulator.git docs: warn about github issue misuage in 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 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.