This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch issue_template
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 1cf9185e27bc8be7153de9b37554798732222280
Author: Daan Hoogland <d...@onecht.net>
AuthorDate: Tue Jan 14 17:21:44 2025 +0100

    feature and bug templates
---
 .github/ISSUE_TEMPLATE/bug.yml              | 23 +++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/feature_request.yaml |  9 +++++++++
 2 files changed, 32 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
new file mode 100644
index 00000000000..81ad0db55df
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -0,0 +1,23 @@
+description: "Thank you for reporting a bug!"
+name: bug
+title: "[SHORT PROBLEM DESCRIPTION]"
+labels: issue, needs-testing
+body:
+- type: markdown
+  attributes:
+    value: "## Welcome, please describe your problem below;"
+- type: textarea
+  attributes:
+    label: problem
+    value: the long description of your problem
+- type: textarea
+  attributes:
+    label: reproduction steps
+    value: |
+      1.
+      2.
+      3.
+      ...
+- type: textarea
+  attributes:
+    label: "What to do about it?"
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml 
b/.github/ISSUE_TEMPLATE/feature_request.yaml
new file mode 100644
index 00000000000..a4b6d86ab8b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yaml
@@ -0,0 +1,9 @@
+description: "Thank you for your new feature idea!"
+name: feature
+title: "[SHORT FUNCTIONAL DESCRIPTION]"
+labels:  new
+body:
+- type: textarea
+  attributes:
+    label: "As a User/Admin/Operator I would like to ..."
+    value: the long description of your functionality

Reply via email to