Pārlūkot izejas kodu

Add files via upload

James McConnell 1 gadu atpakaļ
vecāks
revīzija
75cf1593e6
2 mainītis faili ar 86 papildinājumiem un 0 dzēšanām
  1. 59 0
      ISSUE_TEMPLATE/bug_report.yml
  2. 27 0
      ISSUE_TEMPLATE/feature_request.yml

+ 59 - 0
ISSUE_TEMPLATE/bug_report.yml

@@ -0,0 +1,59 @@
+name: Bug Report
+description: Create a bug report
+labels: [Bug]
+
+body:
+  - type: textarea
+    attributes:
+        label: Describe the bug
+        description: A clear and concise description of what the bug is
+    validations:
+        required: true
+      
+
+  - type: textarea
+    attributes:
+        label: To Reproduce
+        description: Steps to reproduce the behaviour
+        placeholder: |
+          - 1. Go to '...'
+          - 2. Click on '....'
+          - 3. Scroll down to '....'
+          - 4. See error
+          
+
+  - type: textarea
+    attributes:
+        label: Expected behavior
+        description: A clear and concise description of what you expected to happen.
+    
+    
+  - type: textarea
+    attributes:
+        label: Screenshots
+        description: If applicable, add screenshots to help explain your problem.
+        
+        
+  - type: textarea
+    attributes:
+        label: Logs
+        description: If applicable, add crash or any other logs to help us figure out the problem.
+        
+        
+  - type: textarea
+    attributes:
+        label: Device info
+        value: |
+          - Device:
+          - OS Version:
+          - KernelSU Version:
+          - Kernel Version:
+          - SUSFS Version:
+    validations:
+        required: true
+
+
+  - type: textarea
+    attributes:
+        label: Additional context
+        description: Add any other context about the problem here.

+ 27 - 0
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.