01-bug.yml 948 B

12345678910111213141516171819202122232425262728293031323334353637
  1. name: Bug report
  2. description: Report a general bug in ChakraCore
  3. title: '[Bug]: '
  4. labels:
  5. - Bug
  6. body:
  7. - type: input
  8. attributes:
  9. label: ChakraCore Version
  10. description: Specify the version of ChakraCore you are using
  11. placeholder: Version / Commit id
  12. validations:
  13. required: true
  14. - type: textarea
  15. attributes:
  16. label: Steps to reproduce
  17. description: Provide steps to reproduce the problem
  18. placeholder: Instructions used to build and execute / Project setup
  19. validations:
  20. required: true
  21. - type: textarea
  22. attributes:
  23. label: Proof of concept
  24. description: Your POC code
  25. render: js
  26. validations:
  27. required: true
  28. - type: textarea
  29. attributes:
  30. label: Exception or Error
  31. description: Provide error logs / console output
  32. render: text
  33. validations:
  34. required: true
  35. - type: textarea
  36. attributes:
  37. label: Additional Context