2-feature.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  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: I understand this is a feature request and questions should be posted in the [Community Forum](https://community.transloadit.com/)
  11. required: true
  12. - label: I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything (or linked relevant results below)
  13. required: true
  14. - type: textarea
  15. id: problem
  16. attributes:
  17. label: Problem
  18. description: Please describe the problem you are trying to solve here.
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: solution
  23. attributes:
  24. label: Solution
  25. description: What should happen? Please describe the desired behavior.
  26. validations:
  27. required: true
  28. - type: textarea
  29. id: alternatives
  30. attributes:
  31. label: Alternatives
  32. description: What are the alternative solutions? Can this be solved in a different way?
  33. validations:
  34. required: true