feature_request.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. name: Feature request
  2. description: Suggest an idea for this project
  3. title: "[Feature Request]: "
  4. labels: ["enhancement"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: "## Is your feature request related to a problem? Please describe."
  9. - type: textarea
  10. id: problem-description
  11. attributes:
  12. label: Problem Description
  13. description: "A clear and concise description of what the problem is. Example: I'm always frustrated when [...]"
  14. placeholder: "Explain the problem you are facing..."
  15. validations:
  16. required: true
  17. - type: markdown
  18. attributes:
  19. value: "## Describe the solution you'd like"
  20. - type: textarea
  21. id: desired-solution
  22. attributes:
  23. label: Solution Description
  24. description: A clear and concise description of what you want to happen.
  25. placeholder: "Describe the solution you'd like..."
  26. validations:
  27. required: true
  28. - type: markdown
  29. attributes:
  30. value: "## Describe alternatives you've considered"
  31. - type: textarea
  32. id: alternatives-considered
  33. attributes:
  34. label: Alternatives Considered
  35. description: A clear and concise description of any alternative solutions or features you've considered.
  36. placeholder: "Describe any alternative solutions or features you've considered..."
  37. validations:
  38. required: false
  39. - type: markdown
  40. attributes:
  41. value: "## Additional context"
  42. - type: textarea
  43. id: additional-context
  44. attributes:
  45. label: Additional Context
  46. description: Add any other context or screenshots about the feature request here.
  47. placeholder: "Add any other context or screenshots about the feature request here..."
  48. validations:
  49. required: false