From 170c4a60fd714b279ed9bc8bba5f2fdd73541b23 Mon Sep 17 00:00:00 2001
From: RocketNinja15 <50027436+RocketNinja15@users.noreply.github.com>
Date: Sun, 25 Sep 2022 15:28:01 -0700
Subject: [PATCH 1/4] Create BUG-REPORT.yml
---
.github/ISSUE_TEMPLATE/BUG-REPORT.yml | 59 +++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE/BUG-REPORT.yml
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
new file mode 100644
index 00000000..6d0ce2bb
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
@@ -0,0 +1,59 @@
+name: "🐛 Bug Report"
+description: Create a new ticket for a bug.
+title: "🐛 [BUG] -
"
+labels: [
+ "bug"
+]
+body:
+ - type: textarea
+ id: description
+ attributes:
+ label: "Description"
+ description: Please enter an explicit description of your issue
+ placeholder: Short and explicit description of your incident...
+ validations:
+ required: true
+ - type: textarea
+ id: reprod
+ attributes:
+ label: "Reproduction steps"
+ description: Please enter an explicit description of your issue
+ value: |
+ 1. Go to '...'
+ 2. Click on '....'
+ 3. Scroll down to '....'
+ 4. See error
+ render: bash
+ validations:
+ required: true
+ - type: textarea
+ id: screenshot
+ attributes:
+ label: "Screenshots"
+ description: If applicable, add screenshots to help explain your problem.
+ value: |
+ 
+ render: bash
+ validations:
+ required: false
+ - type: textarea
+ id: logs
+ attributes:
+ label: "Logs"
+ description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
+ render: bash
+ validations:
+ required: false
+ - type: dropdown
+ id: os
+ attributes:
+ label: "OS"
+ description: What is the impacted environment ?
+ multiple: true
+ options:
+ - Any Other Version
+ - MacOS 11.x
+ - MacOs 12.x
+ - MacOS 13.x
+ validations:
+ required: false
From fa764560dd8460eb77655158f760e901e490fe7a Mon Sep 17 00:00:00 2001
From: RocketNinja15 <50027436+RocketNinja15@users.noreply.github.com>
Date: Sun, 25 Sep 2022 15:35:02 -0700
Subject: [PATCH 2/4] Create FEATURE-REQUEST.yml
---
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 55 ++++++++++++++++++++++
1 file changed, 55 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
new file mode 100644
index 00000000..5669bb67
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
@@ -0,0 +1,55 @@
+name: "💡 Feature Request"
+description: Create a new ticket for a new feature request
+title: "💡 [REQUEST] - "
+labels: [
+ "question"
+]
+body
+ - type: textarea
+ id: summary
+ attributes:
+ label: "Summary"
+ description: Provide a brief explanation of the feature
+ placeholder: Describe in a few lines your feature request
+ validations:
+ required: true
+ - type: textarea
+ id: basic_example
+ attributes:
+ label: "Basic Example"
+ description: Indicate here some basic examples of your feature.
+ placeholder: A few specific words about your feature request.
+ validations:
+ required: true
+ - type: textarea
+ id: reference_issues
+ attributes:
+ label: "Reference Issues"
+ description: Common issues
+ placeholder: "#Issues IDs"
+ validations:
+ required: false
+ - type: textarea
+ id: implementation_pr
+ attributes:
+ label: "Implementation PR"
+ description: Pull request used
+ placeholder: "#Pull Request ID"
+ validations:
+ required: false
+ - type: textarea
+ id: drawbacks
+ attributes:
+ label: "Drawbacks"
+ description: What are the drawbacks/impacts of your feature request ?
+ placeholder: Identify the drawbacks and impacts while being neutral on your feature request
+ validations:
+ required: false
+ - type: textarea
+ id: unresolved_question
+ attributes:
+ label: "Unresolved questions"
+ description: What questions still remain unresolved ?
+ placeholder: Identify any unresolved issues.
+ validations:
+ required: false
From 2cebd503abd4a182072b3ef6dcd6bf7d90265a99 Mon Sep 17 00:00:00 2001
From: RocketNinja15 <50027436+RocketNinja15@users.noreply.github.com>
Date: Sun, 25 Sep 2022 15:39:20 -0700
Subject: [PATCH 3/4] Update BUG-REPORT.yml
---
.github/ISSUE_TEMPLATE/BUG-REPORT.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
index 6d0ce2bb..f17373ea 100644
--- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
@@ -2,8 +2,8 @@ name: "🐛 Bug Report"
description: Create a new ticket for a bug.
title: "🐛 [BUG] - "
labels: [
- "bug"
-]
+ "bug"
+ ]
body:
- type: textarea
id: description
@@ -44,7 +44,7 @@ body:
render: bash
validations:
required: false
- - type: dropdown
+ - type: dropdown
id: os
attributes:
label: "OS"
From 0489822d490224e65b77e29e6cfe5dd5ef37ea98 Mon Sep 17 00:00:00 2001
From: RocketNinja15 <50027436+RocketNinja15@users.noreply.github.com>
Date: Sun, 25 Sep 2022 15:41:22 -0700
Subject: [PATCH 4/4] Update FEATURE-REQUEST.yml
---
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
index 5669bb67..aafdfe40 100644
--- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
+++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
@@ -1,10 +1,11 @@
+
name: "💡 Feature Request"
description: Create a new ticket for a new feature request
title: "💡 [REQUEST] - "
labels: [
"question"
-]
-body
+ ]
+body:
- type: textarea
id: summary
attributes: