feature-request.yaml 583 B

1234567891011121314151617181920
  1. name: Feature Request
  2. description: Suggest an idea for this project
  3. labels: Feature
  4. body:
  5. - type: textarea
  6. id: feature
  7. attributes:
  8. label: What would you like to be added or enhanced?
  9. description: |
  10. Feature requests are unlikely to make progress as issues.
  11. If you have a clear idea about this improvement, you can submit it as a design proposal to [EIP](https://github.com/emqx/eip)
  12. validations:
  13. required: true
  14. - type: textarea
  15. id: rationale
  16. attributes:
  17. label: Why is this needed?
  18. validations:
  19. required: true