Sfoglia il codice sorgente

Streamline bug report template further

- Remove Screenshots, Logs, and Additional context sections
- Move 'Describe the bug' section to the bottom
- Focus on essential technical information first, description last
- Cleaner, more focused bug reporting process
TheWildJames 11 mesi fa
parent
commit
d1cfc38894
1 ha cambiato i file con 4 aggiunte e 27 eliminazioni
  1. 4 27
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 4 - 27
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -3,13 +3,6 @@ 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: input
     attributes:
         label: Device Model
@@ -114,26 +107,10 @@ body:
         placeholder: "e.g., WKSU-13970-android14-6.1.134-2025-05-AnyKernel3.zip"
     validations:
         required: false
-    
-  - 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 logs, dmesg output, or any other relevant logs.
-        placeholder: |
-          Please include relevant logs such as:
-          - KernelSU logs
-          - dmesg output
-          - Logcat output
-          - SUSFS logs
-        
 
   - type: textarea
     attributes:
-        label: Additional context
-        description: Add any other context about the problem here, including any modules installed, custom configurations, etc.
+        label: Describe the bug
+        description: A clear and concise description of what the bug is
+    validations:
+        required: true