request_feature.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. name: ⭐ Feature request
  2. description: Suggest a feature to improve Tachiyomi
  3. labels: [Feature request]
  4. body:
  5. - type: textarea
  6. id: feature-description
  7. attributes:
  8. label: Describe your suggested feature
  9. description: How can Tachiyomi be improved?
  10. placeholder: |
  11. Example:
  12. "It should work like this..."
  13. validations:
  14. required: true
  15. - type: textarea
  16. id: other-details
  17. attributes:
  18. label: Other details
  19. placeholder: |
  20. Additional details and attachments.
  21. - type: checkboxes
  22. id: acknowledgements
  23. attributes:
  24. label: Acknowledgements
  25. description: Read this carefully, we will close and ignore your issue if you skimmed through this.
  26. options:
  27. - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open or closed issue.
  28. required: true
  29. - label: I have written a short but informative title.
  30. required: true
  31. - label: If this is an issue with an official extension, I should be opening an issue in the [extensions repository](https://github.com/tachiyomiorg/extensions/issues/new/choose).
  32. required: true
  33. - label: I have updated the app to version **[0.15.3](https://github.com/tachiyomiorg/tachiyomi/releases/latest)**.
  34. required: true
  35. - label: I will fill out all of the requested information in this form.
  36. required: true