03-jsrt-bug.yaml 933 B

12345678910111213141516171819202122232425262728293031323334353637
  1. name: Api Bug
  2. description: Report a bug with the embedding api
  3. title: '[Api]: '
  4. labels:
  5. - APIs
  6. - Bug
  7. body:
  8. - type: input
  9. attributes:
  10. label: Operating System
  11. description: Specify the OS (with version) you are using
  12. placeholder: Name + Version
  13. validations:
  14. required: true
  15. - type: input
  16. attributes:
  17. label: ChakraCore Version
  18. description: Specify the version of ChakraCore you are using
  19. placeholder: Version / Commit id
  20. validations:
  21. required: true
  22. - type: textarea
  23. attributes:
  24. label: Steps to reproduce
  25. description: Please describe how your project is set-up
  26. validations:
  27. required: true
  28. - type: textarea
  29. attributes:
  30. label: Proof of concept
  31. description: Add some minimal poc that triggers the bug
  32. render: cpp
  33. validations:
  34. required: true
  35. - type: textarea
  36. attributes:
  37. label: Additional context