Browse Source

Create feature_request.yml

James McConnell 1 year ago
parent
commit
ec8a1df4e6
1 changed files with 27 additions and 0 deletions
  1. 27 0
      .github/ISSUE_TEMPLATE/feature_request.yml

+ 27 - 0
.github/ISSUE_TEMPLATE/feature_request.yml

@@ -0,0 +1,27 @@
+name: Feature Request
+description: Create a feature request
+labels: [Feature Request]
+
+body:
+  - type: textarea
+    attributes:
+        label: Describe the feature
+        description: A clear and concise description of what the feature is.
+    validations:
+        required: true
+      
+
+  - type: textarea
+    attributes:
+        label: Link to documentation 
+        description:  A clear and concise documentation.
+    
+  - type: textarea
+    attributes:
+        label: Screenshots
+        description: If applicable, add screenshots to help explain your problem.
+
+  - type: textarea
+    attributes:
+        label: Additional context
+        description: Add any other context here.