docs: warn about github issue misuage in issue templates
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 26 Jul 2023 23:51:08 +0000 (01:51 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 26 Jul 2023 23:51:08 +0000 (01:51 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml

index 1eb456d280b807b2853ec35bfe1366c3304481e6..8f09177876a8b74bf0fa865a4b18c8da17359aea 100644 (file)
@@ -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
index 18d77c10c87b7aa99a3888f8c375706cb269f5ba..d970b1e2ce21b7e842642132bdb046ea9dcb42d2 100644 (file)
@@ -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.