04-jsrt-feature-request.yml 716 B

123456789101112131415161718192021222324
  1. name: Api Feature Request
  2. description: Propose a new feature to the embedding api
  3. title: '[Api]: '
  4. labels:
  5. - APIs
  6. - Feature Request
  7. body:
  8. - type: textarea
  9. attributes:
  10. label: Description
  11. description: A clear and concise description of the problem or missing capability
  12. validations:
  13. required: true
  14. - type: textarea
  15. attributes:
  16. label: Describe the solution you'd like
  17. description: If you have a solution in mind, please describe it.
  18. - type: textarea
  19. attributes:
  20. label: Describe alternatives you've considered
  21. description: Have you considered any alternative solutions or workarounds?
  22. - type: textarea
  23. attributes:
  24. label: Additional context