Feature_request.yml 603 B

1234567891011121314151617181920
  1. name: 💡 Feature Request
  2. description: Suggest an idea for mailcow.
  3. labels: ["enhancement"]
  4. body:
  5. - type: textarea
  6. attributes:
  7. label: Summary
  8. description: Please describe your idea in a reasonable amount of detail.
  9. validations:
  10. required: true
  11. - type: textarea
  12. attributes:
  13. label: Motivation
  14. description: Please describe how your idea would benefit you and other users.
  15. validations:
  16. required: true
  17. - type: textarea
  18. attributes:
  19. label: Additional context
  20. description: Add any other context or screenshots about the feature request.