bug_report.yml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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: textarea
  12. attributes:
  13. label: To Reproduce
  14. description: Steps to reproduce the behaviour
  15. placeholder: |
  16. 1. Go to '...'
  17. 2. Click on '....'
  18. 3. Scroll down to '....'
  19. 4. See error
  20. validations:
  21. required: true
  22. - type: textarea
  23. attributes:
  24. label: Expected behavior
  25. description: A clear and concise description of what you expected to happen.
  26. validations:
  27. required: true
  28. - type: input
  29. attributes:
  30. label: Device Model
  31. description: Your device model
  32. placeholder: "e.g., Google Pixel 8"
  33. validations:
  34. required: true
  35. - type: input
  36. attributes:
  37. label: Android Version
  38. description: Your Android version
  39. placeholder: "e.g., Android 16"
  40. validations:
  41. required: true
  42. - type: input
  43. attributes:
  44. label: Stock Kernel Version
  45. description: The original kernel version on your device
  46. placeholder: "e.g., 6.1.134-android14"
  47. validations:
  48. required: true
  49. - type: input
  50. attributes:
  51. label: Kernel Flashed Version
  52. description: The kernel version you flashed
  53. placeholder: "e.g., 6.1.134-android14"
  54. validations:
  55. required: true
  56. - type: input
  57. attributes:
  58. label: WKSU Kernel Version
  59. description: Your WKSU kernel version number
  60. placeholder: "e.g., 13971"
  61. validations:
  62. required: true
  63. - type: input
  64. attributes:
  65. label: Manager
  66. description: Which KernelSU manager you're using
  67. placeholder: "e.g., Wild KSU"
  68. validations:
  69. required: true
  70. - type: input
  71. attributes:
  72. label: Manager Version
  73. description: Your manager version
  74. placeholder: "e.g., v0.0.165(13974)"
  75. validations:
  76. required: true
  77. - type: input
  78. attributes:
  79. label: Release Flashed
  80. description: Which release version you flashed
  81. placeholder: "e.g., v1.5.12-r2"
  82. validations:
  83. required: true
  84. - type: checkboxes
  85. attributes:
  86. label: Tried Both Normal and Module Bypass
  87. description: Have you tested both build variants?
  88. options:
  89. - label: "Yes, I have tried both Normal and Module Check Bypass variants"
  90. - label: "No, I have only tried one variant (specify which in additional context)"
  91. validations:
  92. required: true
  93. - type: textarea
  94. attributes:
  95. label: Screenshots
  96. description: If applicable, add screenshots to help explain your problem.
  97. - type: textarea
  98. attributes:
  99. label: Logs
  100. description: If applicable, add crash logs, dmesg output, or any other relevant logs.
  101. placeholder: |
  102. Please include relevant logs such as:
  103. - KernelSU logs
  104. - dmesg output
  105. - Logcat output
  106. - SUSFS logs
  107. - type: textarea
  108. attributes:
  109. label: Additional context
  110. description: Add any other context about the problem here, including any modules installed, custom configurations, etc.