docs: switch all issue templates to yaml
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 27 Jul 2023 00:57:01 +0000 (02:57 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 27 Jul 2023 00:57:01 +0000 (02:57 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.md [deleted file]
.github/ISSUE_TEMPLATE/feature_request.yml [new file with mode: 0644]

index e2a862afb587b300ab4033a4f878cd3004a916ca..d930d75e9e4a967d52d4bbc51e7cbfe97fc8770e 100644 (file)
@@ -9,7 +9,7 @@ body:
       value: |
         Thank you for reporting an issue.
 
-        This issue tracker is for bugs and issues found in e-mobility-charging-stations-simulator.
+        This issue tracker is for bugs and issues found in poolifier.
         Any misuse of this issue tracker will be closed immediately.
 
         Please fill in as much of the template below as you're able.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644 (file)
index ac25924..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-title: FEATURE_
-labels: ''
-assignees: ''
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is.
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644 (file)
index 0000000..819fa4b
--- /dev/null
@@ -0,0 +1,32 @@
+name: Feature request
+description: Request a feature
+title: '[FEATURE]'
+labels: ['enhancement', 'triage']
+
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thank you for requesting a feature.
+
+        This issue tracker is for feature requests in poolifier.
+        Any misuse of this issue tracker will be closed immediately.
+
+        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.
+          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: Architecture or design documents, screenshots, screencast, etc.