فهرست منبع

Refine bug report template with user requirements

- Remove 'To Reproduce' and 'Expected behavior' sections
- Change Manager field to dropdown with options: Wild KSU, KernelSU Next, KernelSU, MKSU, KowSU, RKSU, SukiSU
- Add 'Full File Name' field for complete kernel filename (required)
- Modify checkbox to only allow 'Yes' option and make it required
- Add 'Last Working Release' field (optional)
- Add 'Last Working File Name' field (optional)
- Create config.yml to disable blank issues
- Streamlined template focuses on essential debugging information
TheWildJames 11 ماه پیش
والد
کامیت
5d5adf8b6f
2فایلهای تغییر یافته به همراه41 افزوده شده و 26 حذف شده
  1. 36 26
      .github/ISSUE_TEMPLATE/bug_report.yml
  2. 5 0
      .github/ISSUE_TEMPLATE/config.yml

+ 36 - 26
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -9,27 +9,6 @@ body:
         description: A clear and concise description of what the bug is
         description: A clear and concise description of what the bug is
     validations:
     validations:
         required: true
         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
-    validations:
-        required: true
-          
-
-  - type: textarea
-    attributes:
-        label: Expected behavior
-        description: A clear and concise description of what you expected to happen.
-    validations:
-        required: true
     
     
   - type: input
   - type: input
     attributes:
     attributes:
@@ -71,11 +50,18 @@ body:
     validations:
     validations:
         required: true
         required: true
 
 
-  - type: input
+  - type: dropdown
     attributes:
     attributes:
         label: Manager
         label: Manager
         description: Which KernelSU manager you're using
         description: Which KernelSU manager you're using
-        placeholder: "e.g., Wild KSU"
+        options:
+          - Wild KSU
+          - KernelSU Next
+          - KernelSU
+          - MKSU
+          - KowSU
+          - RKSU
+          - SukiSU
     validations:
     validations:
         required: true
         required: true
 
 
@@ -95,15 +81,39 @@ body:
     validations:
     validations:
         required: true
         required: true
 
 
+  - type: input
+    attributes:
+        label: Full File Name
+        description: The complete filename of the kernel you flashed
+        placeholder: "e.g., WKSU-13971-android14-6.1.134-2025-05-AnyKernel3.zip"
+    validations:
+        required: true
+
   - type: checkboxes
   - type: checkboxes
     attributes:
     attributes:
-        label: Tried Both Normal and Module Bypass
-        description: Have you tested both build variants?
+        label: Have you tested both build variants?
+        description: You must test both Normal and Module Check Bypass variants before reporting
         options:
         options:
           - label: "Yes, I have tried both Normal and Module Check Bypass variants"
           - label: "Yes, I have tried both Normal and Module Check Bypass variants"
-          - label: "No, I have only tried one variant (specify which in additional context)"
+            required: true
     validations:
     validations:
         required: true
         required: true
+
+  - type: input
+    attributes:
+        label: Last Working Release
+        description: The last release version that worked (if any)
+        placeholder: "e.g., v1.5.9-r11"
+    validations:
+        required: false
+
+  - type: input
+    attributes:
+        label: Last Working File Name
+        description: The filename of the last working kernel (if any)
+        placeholder: "e.g., WKSU-13970-android14-6.1.134-2025-05-AnyKernel3.zip"
+    validations:
+        required: false
     
     
   - type: textarea
   - type: textarea
     attributes:
     attributes:

+ 5 - 0
.github/ISSUE_TEMPLATE/config.yml

@@ -0,0 +1,5 @@
+blank_issues_enabled: false
+contact_links:
+  - name: Documentation
+    url: https://github.com/WildKernels/GKI_KernelSU_SUSFS/blob/main/README.md
+    about: Please check the documentation first