feature_request.yml 1016 B

1234567891011121314151617181920212223242526272829303132
  1. name: 🚀 Feature request
  2. description: Submit a proposal/request for a new embedchain feature
  3. body:
  4. - type: textarea
  5. attributes:
  6. label: 🚀 The feature
  7. description: >
  8. A clear and concise description of the feature proposal
  9. validations:
  10. required: true
  11. - type: textarea
  12. attributes:
  13. label: Motivation, pitch
  14. description: >
  15. Please outline the motivation for the proposal. Is your feature request related to a specific problem? e.g., *"I'm working on X and would like Y to be possible"*. If this is related to another GitHub issue, please link here too.
  16. validations:
  17. required: true
  18. - type: textarea
  19. attributes:
  20. label: Alternatives
  21. description: >
  22. A description of any alternative solutions or features you've considered, if any.
  23. - type: textarea
  24. attributes:
  25. label: Additional context
  26. description: >
  27. Add any other context or screenshots about the feature request.
  28. - type: markdown
  29. attributes:
  30. value: >
  31. Thanks for contributing 🎉!