From 9cce8b5ba400eb3a02567bf57cbad03edbe30135 Mon Sep 17 00:00:00 2001
From: "Tristan Poland (Trident_For_U)"
<34868944+tristanpoland@users.noreply.github.com>
Date: Sun, 16 Jun 2024 00:43:50 -0400
Subject: [PATCH] Create 2-request.yml
---
.github/ISSUE_TEMPLATE/2-request.yml | 63 ++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE/2-request.yml
diff --git a/.github/ISSUE_TEMPLATE/2-request.yml b/.github/ISSUE_TEMPLATE/2-request.yml
new file mode 100644
index 0000000..70c82dd
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/2-request.yml
@@ -0,0 +1,63 @@
+name: "💡 Feature Request"
+description: Create a new ticket for a new feature request
+title: "💡 [REQUEST] -
"
+labels: [
+ "question"
+]
+body:
+ - type: input
+ id: start_date
+ attributes:
+ label: "Start Date"
+ description: Start of development
+ placeholder: "month/day/year"
+ 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: reference_issues
+ attributes:
+ label: "Reference Issues"
+ description: Common issues
+ placeholder: "#Issues IDs"
+ validations:
+ required: false
+ - 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: 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: true
+ - type: textarea
+ id: unresolved_question
+ attributes:
+ label: "Unresolved questions"
+ description: What questions still remain unresolved ?
+ placeholder: Identify any unresolved issues.
+ validations:
+ required: false