From 7b6d31dff260f832b001848c81f3a5782da7c467 Mon Sep 17 00:00:00 2001
From: Mehdi Nassim KHODJA <18899702+naskio@users.noreply.github.com>
Date: Mon, 23 Oct 2023 14:14:44 +0200
Subject: [PATCH] add ISSUE_TEMPLATE/feature_request.yml
---
.github/ISSUE_TEMPLATE/feature_request.yml | 37 ++++++++++++++++++++++
1 file changed, 37 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 0000000000..280fcd4501
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,37 @@
+name: Feature request
+description: Suggest a new idea for ILGPU
+title: "[FEATURE REQUEST]:
"
+labels: [ "feature" ]
+
+body:
+ - type: textarea
+ id: related-problem
+ attributes:
+ label: Is your feature request related to a problem? Please describe.
+ description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+ validations:
+ required: true
+
+ - type: textarea
+ id: describe-solution
+ attributes:
+ label: Describe the solution you'd like
+ description: A clear and concise description of what you want to happen.
+ validations:
+ required: true
+
+ - type: textarea
+ id: describe-alternatives
+ attributes:
+ label: Describe alternatives you've considered
+ description: A clear and concise description of any alternative solutions or features you've considered.
+ validations:
+ required: false
+
+ - type: textarea
+ id: additional-context
+ attributes:
+ label: Additional context
+ description: Add any other context or screenshots about the feature request here.
+ validations:
+ required: false