feature_request.yml 848 B

12345678910111213141516171819202122232425262728
  1. name: Feature Request
  2. description: Suggest an idea for this project
  3. labels: [enhancement]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Thanks for taking the time to suggest an idea for Memos!
  9. - type: textarea
  10. attributes:
  11. label: Is your feature request related to a problem?
  12. description: |
  13. A clear and concise description of what the problem is.
  14. placeholder: |
  15. I'm always frustrated when [...]
  16. validations:
  17. required: true
  18. - type: textarea
  19. attributes:
  20. label: Describe the solution you'd like
  21. description: |
  22. A clear and concise description of what you want to happen.
  23. validations:
  24. required: true
  25. - type: textarea
  26. attributes:
  27. label: Additional context
  28. description: Add any other context or screenshots about the feature request.