bug-issue.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. name: 🐞 Bug report
  2. description: Create a new bug report.
  3. title: 'bug: <title>'
  4. labels: [bug]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. # ReVanced Manager bug report
  10. Please check for existing issues [here](https://github.com/revanced/revanced-manager/labels/bug) before creating a new one.
  11. - type: textarea
  12. attributes:
  13. label: Bug description
  14. description: |
  15. - Describe your bug in detail
  16. - Add steps to reproduce the bug if possible (Step 1. Download some files. Step 2. ...)
  17. - Add images and videos if possible
  18. - List selected patches if applicable
  19. validations:
  20. required: true
  21. - type: textarea
  22. attributes:
  23. label: Version of ReVanced Manager and version & name of application you tried to patch
  24. validations:
  25. required: true
  26. - type: dropdown
  27. attributes:
  28. label: Installation type
  29. options:
  30. - Non-root
  31. - Root
  32. validations:
  33. required: false
  34. - type: textarea
  35. attributes:
  36. label: Device logs
  37. description: Export logs in ReVanced Manager settings.
  38. render: shell
  39. validations:
  40. required: true
  41. - type: textarea
  42. attributes:
  43. label: Patcher logs
  44. description: Export logs in "Patcher" screen.
  45. render: shell
  46. validations:
  47. required: false
  48. - type: checkboxes
  49. attributes:
  50. label: Acknowledgements
  51. description: Your issue will be closed if you don't follow the checklist below!
  52. options:
  53. - label: This request is not a duplicate of an existing issue.
  54. required: true
  55. - label: I have chosen an appropriate title.
  56. required: true
  57. - label: All requested information has been provided properly.
  58. required: true
  59. - label: The issue is solely related to the ReVanced Manager
  60. required: true