1
0

2-feature.yml 1.1 KB

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