report_issue.yml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. name: 🐞 Issue report
  2. description: Report an issue in Tachiyomi
  3. labels: [Bug]
  4. body:
  5. - type: checkboxes
  6. id: acknowledgements
  7. attributes:
  8. label: Acknowledgements
  9. description: Read this carefully, we will close and ignore your issue if you skimmed through this.
  10. options:
  11. - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
  12. required: true
  13. - label: I have written a short but informative title.
  14. required: true
  15. - label: If this is an issue with an extension, I should be opening an issue in the [extensions repository](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose).
  16. required: true
  17. - label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/).
  18. required: true
  19. - label: I have updated the app to version **[0.12.1](https://github.com/tachiyomiorg/tachiyomi/releases/latest)**.
  20. required: true
  21. - label: I have updated all installed extensions.
  22. required: true
  23. - label: I will fill out all of the requested information in this form.
  24. required: true
  25. - type: input
  26. id: tachiyomi-version
  27. attributes:
  28. label: Tachiyomi version
  29. description: You can find your Tachiyomi version in **More → About**.
  30. placeholder: |
  31. Example: "0.11.1"
  32. validations:
  33. required: true
  34. - type: input
  35. id: android-version
  36. attributes:
  37. label: Android version
  38. description: You can find this somewhere in your Android settings.
  39. placeholder: |
  40. Example: "Android 11"
  41. validations:
  42. required: true
  43. - type: input
  44. id: device
  45. attributes:
  46. label: Device
  47. description: List your device and model.
  48. placeholder: |
  49. Example: "Google Pixel 5"
  50. validations:
  51. required: true
  52. - type: textarea
  53. id: reproduce-steps
  54. attributes:
  55. label: Steps to reproduce
  56. description: Provide an example of the issue.
  57. placeholder: |
  58. Example:
  59. 1. First step
  60. 2. Second step
  61. 3. Issue here
  62. validations:
  63. required: true
  64. - type: textarea
  65. id: expected-behavior
  66. attributes:
  67. label: Expected behavior
  68. description: Explain what you should expect to happen.
  69. placeholder: |
  70. Example:
  71. "This should happen..."
  72. validations:
  73. required: true
  74. - type: textarea
  75. id: actual-behavior
  76. attributes:
  77. label: Actual behavior
  78. description: Explain what actually happens.
  79. placeholder: |
  80. Example:
  81. "This happened instead..."
  82. validations:
  83. required: true
  84. - type: textarea
  85. id: crash-logs
  86. attributes:
  87. label: Crash logs
  88. description: |
  89. If you're experiencing crashes, share the crash logs from **More → Settings → Advanced** then press **Dump crash logs**.
  90. placeholder: |
  91. You can paste the crash logs in pure text or upload it as an attachment.
  92. - type: textarea
  93. id: other-details
  94. attributes:
  95. label: Other details
  96. placeholder: |
  97. Additional details and attachments.