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