bug_report.yml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. name: Bug Report
  2. description: Create a bug report
  3. labels: [Bug]
  4. body:
  5. - type: textarea
  6. attributes:
  7. label: Describe the bug
  8. description: A clear and concise description of what the bug is
  9. validations:
  10. required: true
  11. - type: input
  12. attributes:
  13. label: Device Model
  14. description: Your device model
  15. placeholder: "e.g., Google Pixel 8"
  16. validations:
  17. required: true
  18. - type: input
  19. attributes:
  20. label: Android Version
  21. description: Your Android version
  22. placeholder: "e.g., Android 16"
  23. validations:
  24. required: true
  25. - type: input
  26. attributes:
  27. label: Stock Kernel Version
  28. description: The original kernel version on your device
  29. placeholder: "e.g., 6.1.134-android14"
  30. validations:
  31. required: true
  32. - type: input
  33. attributes:
  34. label: Kernel Flashed Version
  35. description: The kernel version you flashed
  36. placeholder: "e.g., 6.1.134-android14"
  37. validations:
  38. required: true
  39. - type: input
  40. attributes:
  41. label: WKSU Kernel Version
  42. description: Your WKSU kernel version number
  43. placeholder: "e.g., 13971"
  44. validations:
  45. required: true
  46. - type: dropdown
  47. attributes:
  48. label: Manager
  49. description: Which KernelSU manager you're using
  50. options:
  51. - Wild KSU
  52. - KernelSU Next
  53. - KernelSU
  54. - MKSU
  55. - KowSU
  56. - RKSU
  57. - SukiSU
  58. validations:
  59. required: true
  60. - type: input
  61. attributes:
  62. label: Manager Version
  63. description: Your manager version
  64. placeholder: "e.g., v0.0.165(13974)"
  65. validations:
  66. required: true
  67. - type: input
  68. attributes:
  69. label: Release Flashed
  70. description: Which release version you flashed
  71. placeholder: "e.g., v1.5.12-r2"
  72. validations:
  73. required: true
  74. - type: input
  75. attributes:
  76. label: Full File Name
  77. description: The complete filename of the kernel you flashed
  78. placeholder: "e.g., WKSU-13971-android14-6.1.134-2025-05-AnyKernel3.zip"
  79. validations:
  80. required: true
  81. - type: checkboxes
  82. attributes:
  83. label: Have you tested both build variants?
  84. description: You must test both Normal and Module Check Bypass variants before reporting
  85. options:
  86. - label: "Yes, I have tried both Normal and Module Check Bypass variants"
  87. required: true
  88. validations:
  89. required: true
  90. - type: input
  91. attributes:
  92. label: Last Working Release
  93. description: The last release version that worked (if any)
  94. placeholder: "e.g., v1.5.9-r11"
  95. validations:
  96. required: false
  97. - type: input
  98. attributes:
  99. label: Last Working File Name
  100. description: The filename of the last working kernel (if any)
  101. placeholder: "e.g., WKSU-13970-android14-6.1.134-2025-05-AnyKernel3.zip"
  102. validations:
  103. required: false
  104. - type: textarea
  105. attributes:
  106. label: Screenshots
  107. description: If applicable, add screenshots to help explain your problem.
  108. - type: textarea
  109. attributes:
  110. label: Logs
  111. description: If applicable, add crash logs, dmesg output, or any other relevant logs.
  112. placeholder: |
  113. Please include relevant logs such as:
  114. - KernelSU logs
  115. - dmesg output
  116. - Logcat output
  117. - SUSFS logs
  118. - type: textarea
  119. attributes:
  120. label: Additional context
  121. description: Add any other context about the problem here, including any modules installed, custom configurations, etc.