request_feature.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. name: ⭐ Feature request
  2. description: Suggest a feature to improve tachiyomi.org
  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: I will fill out all of the requested information in this form.
  16. required: true
  17. - type: textarea
  18. id: feature-description
  19. attributes:
  20. label: Describe your suggested feature
  21. description: How can the website be improved?
  22. placeholder: |
  23. Example:
  24. "It should work like this..."
  25. validations:
  26. required: true
  27. - type: textarea
  28. id: other-details
  29. attributes:
  30. label: Other details
  31. placeholder: |
  32. Additional details and attachments.