1
0

2-feature.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. name: "\U0001F680 Feature request"
  2. description: Suggest an idea for improving the container
  3. title: "[Feature]: "
  4. labels: ["enhancement"]
  5. body:
  6. - type: checkboxes
  7. attributes:
  8. label: Is there no existing feature request for this?
  9. description: Please search to see if the feature was not already requested before.
  10. options:
  11. - label: I have searched the existing feature requests
  12. required: true
  13. - type: textarea
  14. id: problem
  15. attributes:
  16. label: Is your proposal related to a problem?
  17. description: |
  18. Provide a clear and concise description of what the problem is.
  19. For example, "I'm always frustrated when..."
  20. validations:
  21. required: true
  22. - type: textarea
  23. id: solution
  24. attributes:
  25. label: Describe the solution you'd like.
  26. description: |
  27. Provide a clear and concise description of what you want to happen.
  28. validations:
  29. required: true
  30. - type: textarea
  31. id: alternatives
  32. attributes:
  33. label: Describe alternatives you've considered.
  34. description: |
  35. Let us know about other solutions you've tried or researched.
  36. validations:
  37. required: true
  38. - type: textarea
  39. id: context
  40. attributes:
  41. label: Additional context
  42. description: |
  43. Is there anything else you can add about the proposal?
  44. You might want to link to related issues here, if you haven't already.