feature_request.yml 726 B

1234567891011121314151617181920212223
  1. name: 🚀 Feature request
  2. description: Submit a proposal/request for a new Embedchain feature
  3. body:
  4. - type: textarea
  5. id: feature-request
  6. attributes:
  7. label: 🚀 The feature
  8. description: >
  9. A clear and concise description of the feature proposal
  10. validations:
  11. required: true
  12. - type: textarea
  13. attributes:
  14. label: Motivation, pitch
  15. description: >
  16. 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.
  17. validations:
  18. required: true
  19. - type: markdown
  20. attributes:
  21. value: >
  22. Thanks for contributing 🎉!