02-build-issue.yml 890 B

123456789101112131415161718192021222324252627282930313233343536
  1. name: Build Issue
  2. description: Report a build issue
  3. title: '[Build]: '
  4. labels:
  5. - Build Break
  6. body:
  7. - type: input
  8. attributes:
  9. label: Operating System
  10. description: Specify the OS (with version) you are using
  11. placeholder: Name + Version
  12. validations:
  13. required: true
  14. - type: input
  15. attributes:
  16. label: Compiler
  17. description: Specify the compiler (with version) you are using
  18. placeholder: Name + Version
  19. validations:
  20. required: true
  21. - type: input
  22. attributes:
  23. label: ChakraCore Version
  24. description: Specify the version of ChakraCore you are using
  25. placeholder: Version / Commit id
  26. validations:
  27. required: true
  28. - type: textarea
  29. attributes:
  30. label: Compiler output
  31. render: shell
  32. validations:
  33. required: true
  34. - type: textarea
  35. attributes:
  36. label: Additional Context