build(deps): Bump github/combine-prs from 4.0.0 to 4.1.0
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / feature_request.yml
index c61e58c9f9c58cf971983d8cf4bddb6ccc06da35..09e61b0a6fae0aa40c1e2d5588ab78d5701a8339 100644 (file)
@@ -1,5 +1,6 @@
 name: 'Feature request'
 title: '[FEATURE] '
+labels: ['enhancement', 'triage']
 description: Request a feature
 body:
   - type: markdown
@@ -7,18 +8,24 @@ body:
       value: |
         Thank you for requesting a feature.
 
-        This issue tracker is for feature requests in charging-stations-simulator.
+        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
       options:
-        - label: I've searched for any related issues and avoided creating a
-            duplicate issue.
+        - label: I've searched for any related issues and avoided creating a duplicate issue.
           required: true
   - type: textarea
     attributes:
       label: Description
       description: A clear and concise description of the feature.
+      placeholder: |
+        - If your feature request is related to a problem, please describe it
+        - If you have solutions in mind, please describe them
   - type: textarea
     attributes:
       label: Attachments
-      description: Logs, screenshots, screencast, etc.
+      description: Architecture or design documents, screenshots, screencast, etc.