bug_report.yml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. name: 🐞 Bug report
  2. description: Report a bug or an issue.
  3. title: 'bug: '
  4. labels: ['Bug report']
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. <p align="center">
  10. <picture>
  11. <source
  12. width="256px"
  13. media="(prefers-color-scheme: dark)"
  14. srcset="https://raw.githubusercontent.com/revanced/revanced-integrations/main/assets/revanced-headline/revanced-headline-vertical-dark.svg"
  15. >
  16. <img
  17. width="256px"
  18. src="https://raw.githubusercontent.com/revanced/revanced-integrations/main/assets/revanced-headline/revanced-headline-vertical-light.svg"
  19. >
  20. </picture>
  21. <br>
  22. <a href="https://revanced.app/">
  23. <picture>
  24. <source height="24px" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/revanced/revanced-integrations/main/assets/revanced-logo/revanced-logo.svg" />
  25. <img height="24px" src="https://raw.githubusercontent.com/revanced/revanced-integrations/main/assets/revanced-logo/revanced-logo.svg" />
  26. </picture>
  27. </a>&nbsp;&nbsp;&nbsp;
  28. <a href="https://github.com/ReVanced">
  29. <picture>
  30. <source height="24px" media="(prefers-color-scheme: dark)" srcset="https://i.ibb.co/dMMmCrW/Git-Hub-Mark.png" />
  31. <img height="24px" src="https://i.ibb.co/9wV3HGF/Git-Hub-Mark-Light.png" />
  32. </picture>
  33. </a>&nbsp;&nbsp;&nbsp;
  34. <a href="http://revanced.app/discord">
  35. <picture>
  36. <source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032563-d4e084b7-244e-4358-af50-26bde6dd4996.png" />
  37. <img height="24px" src="https://user-images.githubusercontent.com/13122796/178032563-d4e084b7-244e-4358-af50-26bde6dd4996.png" />
  38. </picture>
  39. </a>&nbsp;&nbsp;&nbsp;
  40. <a href="https://reddit.com/r/revancedapp">
  41. <picture>
  42. <source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032351-9d9d5619-8ef7-470a-9eec-2744ece54553.png" />
  43. <img height="24px" src="https://user-images.githubusercontent.com/13122796/178032351-9d9d5619-8ef7-470a-9eec-2744ece54553.png" />
  44. </picture>
  45. </a>&nbsp;&nbsp;&nbsp;
  46. <a href="https://t.me/app_revanced">
  47. <picture>
  48. <source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032213-faf25ab8-0bc3-4a94-a730-b524c96df124.png" />
  49. <img height="24px" src="https://user-images.githubusercontent.com/13122796/178032213-faf25ab8-0bc3-4a94-a730-b524c96df124.png" />
  50. </picture>
  51. </a>&nbsp;&nbsp;&nbsp;
  52. <a href="https://x.com/revancedapp">
  53. <picture>
  54. <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/93124920/270180600-7c1b38bf-889b-4d68-bd5e-b9d86f91421a.png">
  55. <img height="24px" src="https://user-images.githubusercontent.com/93124920/270108715-d80743fa-b330-4809-b1e6-79fbdc60d09c.png" />
  56. </picture>
  57. </a>&nbsp;&nbsp;&nbsp;
  58. <a href="https://www.youtube.com/@ReVanced">
  59. <picture>
  60. <source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032714-c51c7492-0666-44ac-99c2-f003a695ab50.png" />
  61. <img height="24px" src="https://user-images.githubusercontent.com/13122796/178032714-c51c7492-0666-44ac-99c2-f003a695ab50.png" />
  62. </picture>
  63. </a>
  64. <br>
  65. <br>
  66. Continuing the legacy of Vanced
  67. </p>
  68. # ReVanced Integrations bug report
  69. Before creating a new bug report, please keep the following in mind:
  70. - **Do not submit a duplicate bug report**: Search for existing bug reports [here](https://github.com/ReVanced/revanced-integrations/issues?q=label%3A%22Bug+report%22).
  71. - **Do not use the issue page for support**: If you need help or have questions, check out other platforms on [revanced.app](https://revanced.app).
  72. - type: textarea
  73. attributes:
  74. label: Bug description
  75. description: |
  76. - Describe your bug in detail
  77. - Add steps to reproduce the bug if possible (Step 1. ... Step 2. ...)
  78. - Add images and videos if possible
  79. - List used patches if applicable
  80. validations:
  81. required: true
  82. - type: textarea
  83. attributes:
  84. label: Error logs
  85. description: Exceptions can be captured by running `logcat | grep AndroidRuntime` in a shell.
  86. render: shell
  87. - type: textarea
  88. attributes:
  89. label: Solution
  90. description: If applicable, add a possible solution to the bug.
  91. - type: textarea
  92. attributes:
  93. label: Additional context
  94. description: Add additional context here.
  95. - type: checkboxes
  96. id: acknowledgements
  97. attributes:
  98. label: Acknowledgements
  99. description: Your bug report will be closed if you don't follow the checklist below.
  100. options:
  101. - label: I have checked all open and closed bug reports and this is not a duplicate.
  102. required: true
  103. - label: I have chosen an appropriate title.
  104. required: true
  105. - label: All requested information has been provided properly.
  106. required: true