From 06bfe8361db72d55dd3088507edf84f0502d61f1 Mon Sep 17 00:00:00 2001
From: Serge <5920850+seerge@users.noreply.github.com>
Date: Thu, 25 Jan 2024 11:35:16 +0100
Subject: [PATCH] Create feature_request.yml
---
.github/ISSUE_TEMPLATE/feature_request.yml | 46 ++++++++++++++++++++++
1 file changed, 46 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..c008d324
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,46 @@
+name: Feature request
+description: Suggest an idea for this project
+body:
+ - type: checkboxes
+ id: rules
+ attributes:
+ label: Rules
+ options:
+ - label: I made myself familiar with the Readme, FAQ and Troubleshooting.
+ required: true
+ - label: I understand that, if insufficient information or no app logs will be provided, my issue will be closed without an answer.
+ required: true
+ validations:
+ required: true
+ - type: textarea
+ id: description
+ attributes:
+ label: Is your feature request related to a problem? Please describe
+ description: A clear and concise description of what the problem is.
+ validations:
+ required: true
+ - type: textarea
+ id: 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: alternatives
+ attributes:
+ label: Describe alternatives you've considered
+ description: A clear and concise description of any alternative solutions or features you've considered.
+ - type: input
+ id: device
+ attributes:
+ label: Device and Model
+ description: Which laptop do you use?
+ placeholder: e.g. Asus Zephyrus G14 GA404RK
+ validations:
+ required: true
+ - type: textarea
+ id: additional
+ attributes:
+ label: Additional information.
+ description: If applicable, add screenshots or other relevant information