bug_report.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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 (e.g., Pixel 7 Pro, Samsung Galaxy S23)
  32. placeholder: "e.g., Pixel 7 Pro"
  33. validations:
  34. required: true
  35. - type: input
  36. attributes:
  37. label: Android Version
  38. description: Your Android version (e.g., Android 14, Android 15)
  39. placeholder: "e.g., Android 14"
  40. validations:
  41. required: true
  42. - type: input
  43. attributes:
  44. label: KernelSU Version
  45. description: Your KernelSU version number
  46. placeholder: "e.g., v0.7.6 or build number"
  47. validations:
  48. required: true
  49. - type: input
  50. attributes:
  51. label: Kernel Version
  52. description: The kernel version you're using from this repository
  53. placeholder: "e.g., android14-6.1.57-2024-09"
  54. validations:
  55. required: true
  56. - type: input
  57. attributes:
  58. label: SUSFS Version
  59. description: Your SUSFS version
  60. placeholder: "e.g., v1.5.11"
  61. validations:
  62. required: true
  63. - type: dropdown
  64. attributes:
  65. label: Build Variant
  66. description: Which build variant are you using?
  67. options:
  68. - Normal
  69. - Module Check Bypass
  70. validations:
  71. required: true
  72. - type: checkboxes
  73. attributes:
  74. label: Root Method
  75. description: How did you obtain root access?
  76. options:
  77. - label: KernelSU (this kernel)
  78. - label: Magisk
  79. - label: Other (specify in additional context)
  80. validations:
  81. required: true
  82. - type: textarea
  83. attributes:
  84. label: Screenshots
  85. description: If applicable, add screenshots to help explain your problem.
  86. - type: textarea
  87. attributes:
  88. label: Logs
  89. description: If applicable, add crash logs, dmesg output, or any other relevant logs.
  90. placeholder: |
  91. Please include relevant logs such as:
  92. - KernelSU logs
  93. - dmesg output
  94. - Logcat output
  95. - SUSFS logs
  96. - type: textarea
  97. attributes:
  98. label: Additional context
  99. description: Add any other context about the problem here, including any modules installed, custom configurations, etc.