bug_report.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. - type: textarea
  21. attributes:
  22. label: Expected behavior
  23. description: A clear and concise description of what you expected to happen.
  24. - type: textarea
  25. attributes:
  26. label: Screenshots
  27. description: If applicable, add screenshots to help explain your problem.
  28. - type: textarea
  29. attributes:
  30. label: Logs
  31. description: If applicable, add crash or any other logs to help us figure out the problem.
  32. - type: textarea
  33. attributes:
  34. label: Device info
  35. value: |
  36. - Device:
  37. - OS Version:
  38. - KernelSU Version:
  39. - Kernel Version:
  40. - SUSFS Version:
  41. validations:
  42. required: true
  43. - type: textarea
  44. attributes:
  45. label: Additional context
  46. description: Add any other context about the problem here.