feature.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. name: Feature Request
  2. description: Suggest an idea for this project
  3. labels: ["type:feature-request"]
  4. body:
  5. - type: checkboxes
  6. id: terms
  7. attributes:
  8. label: Please agree to the following
  9. options:
  10. - label: I have searched [existing issues](https://github.com/cryptomator/cryptomator/issues?q=) for duplicates
  11. required: true
  12. - label: I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/cryptomator/blob/develop/.github/CODE_OF_CONDUCT.md)
  13. required: true
  14. - type: input
  15. id: summary
  16. attributes:
  17. label: Summary
  18. placeholder: Please summarize your feature request.
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: motivation
  23. attributes:
  24. label: Motivation
  25. description: Who requires this feature? What problem does the user face? How would this feature solve the problem?
  26. validations:
  27. required: true
  28. - type: textarea
  29. id: alternatives
  30. attributes:
  31. label: Considered Alternatives
  32. description: What current alternatives or workarounds have you considered? Is there a different way to solve the same problem?
  33. - type: textarea
  34. id: context
  35. attributes:
  36. label: Anything else?
  37. description: Any context, suggestions, screenshots, or concepts you want to share?