|
|
@@ -9,27 +9,6 @@ body:
|
|
|
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
|
|
|
- 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
|
|
|
attributes:
|
|
|
@@ -71,11 +50,18 @@ body:
|
|
|
validations:
|
|
|
required: true
|
|
|
|
|
|
- - type: input
|
|
|
+ - type: dropdown
|
|
|
attributes:
|
|
|
label: Manager
|
|
|
description: Which KernelSU manager you're using
|
|
|
- placeholder: "e.g., Wild KSU"
|
|
|
+ options:
|
|
|
+ - Wild KSU
|
|
|
+ - KernelSU Next
|
|
|
+ - KernelSU
|
|
|
+ - MKSU
|
|
|
+ - KowSU
|
|
|
+ - RKSU
|
|
|
+ - SukiSU
|
|
|
validations:
|
|
|
required: true
|
|
|
|
|
|
@@ -95,15 +81,39 @@ body:
|
|
|
validations:
|
|
|
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
|
|
|
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:
|
|
|
- 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:
|
|
|
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
|
|
|
attributes:
|