bug_report.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. name: Bug Report
  2. description: Create a bug report
  3. labels: [Bug]
  4. body:
  5. - type: input
  6. attributes:
  7. label: Device Model
  8. description: Your device model
  9. placeholder: "e.g., Google Pixel 8"
  10. validations:
  11. required: true
  12. - type: input
  13. attributes:
  14. label: Android Version
  15. description: Your Android version
  16. placeholder: "e.g., Android 16"
  17. validations:
  18. required: true
  19. - type: input
  20. attributes:
  21. label: Stock Kernel Version
  22. description: The original kernel version on your device
  23. placeholder: "e.g., 6.1.134-android14"
  24. validations:
  25. required: true
  26. - type: input
  27. attributes:
  28. label: Kernel Flashed Version
  29. description: The kernel version you flashed
  30. placeholder: "e.g., 6.1.134-android14"
  31. validations:
  32. required: true
  33. - type: input
  34. attributes:
  35. label: KSUN Kernel Version
  36. description: Your KSUN kernel version number
  37. placeholder: "e.g., 13971"
  38. validations:
  39. required: true
  40. - type: dropdown
  41. attributes:
  42. label: Manager
  43. description: Which KernelSU manager you're using
  44. options:
  45. - Wild KSU
  46. - KernelSU Next
  47. - KernelSU
  48. - MKSU
  49. - KowSU
  50. - RKSU
  51. - SukiSU
  52. validations:
  53. required: true
  54. - type: input
  55. attributes:
  56. label: Manager Version
  57. description: Your manager version
  58. placeholder: "e.g., v0.0.165(13974)"
  59. validations:
  60. required: true
  61. - type: input
  62. attributes:
  63. label: Release Flashed
  64. description: Which release version you flashed
  65. placeholder: "e.g., v1.5.12-r2"
  66. validations:
  67. required: true
  68. - type: input
  69. attributes:
  70. label: Full File Name
  71. description: The complete filename of the kernel you flashed
  72. placeholder: "e.g., KSUN-13971-android14-6.1.134-2025-05-AnyKernel3.zip"
  73. validations:
  74. required: true
  75. - type: checkboxes
  76. attributes:
  77. label: Have you tested both build variants?
  78. description: You must test both Normal and Module Check Bypass variants before reporting
  79. options:
  80. - label: "Yes, I have tried both Normal and Module Check Bypass variants"
  81. required: true
  82. validations:
  83. required: true
  84. - type: input
  85. attributes:
  86. label: Last Working Release
  87. description: The last release version that worked (if any)
  88. placeholder: "e.g., v1.5.9-r11"
  89. validations:
  90. required: false
  91. - type: input
  92. attributes:
  93. label: Last Working File Name
  94. description: The filename of the last working kernel (if any)
  95. placeholder: "e.g., KSUN-13970-android14-6.1.134-2025-05-AnyKernel3.zip"
  96. validations:
  97. required: false
  98. - type: textarea
  99. attributes:
  100. label: Describe the bug and attach any screenshots*
  101. description: A clear and concise description of what the bug is. Please get log from /data/adb/ksu/logs/dmesg.log
  102. validations:
  103. required: true