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: 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 updated the app to version **[0.12.1](https://github.com/tachiyomiorg/tachiyomi/releases/latest)**.
  18. required: true
  19. - label: I will fill out all of the requested information in this form.
  20. required: true
  21. - type: textarea
  22. id: feature-description
  23. attributes:
  24. label: Describe your suggested feature
  25. description: How can Tachiyomi be improved?
  26. placeholder: |
  27. Example:
  28. "It should work like this..."
  29. validations:
  30. required: true
  31. - type: textarea
  32. id: other-details
  33. attributes:
  34. label: Other details
  35. placeholder: |
  36. Additional details and attachments.