2-feature.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. name: 🚀 Feature request
  2. labels: Feature
  3. description: Suggest an idea
  4. body:
  5. - type: checkboxes
  6. id: initial-checklist
  7. attributes:
  8. label: Initial checklist
  9. options:
  10. - label:
  11. I understand this is a feature request and questions should be
  12. posted in the [Community Forum](https://community.transloadit.com/)
  13. required: true
  14. - label:
  15. I searched
  16. [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue)
  17. and couldn’t find anything (or linked relevant results below)
  18. required: true
  19. - type: textarea
  20. id: problem
  21. attributes:
  22. label: Problem
  23. description: Please describe the problem you are trying to solve here.
  24. validations:
  25. required: true
  26. - type: textarea
  27. id: solution
  28. attributes:
  29. label: Solution
  30. description: What should happen? Please describe the desired behavior.
  31. validations:
  32. required: true
  33. - type: textarea
  34. id: alternatives
  35. attributes:
  36. label: Alternatives
  37. description:
  38. What are the alternative solutions? Can this be solved in a different
  39. way?
  40. validations:
  41. required: true