01_toolchain_bug.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. name: Toolchain bug
  5. description: >
  6. Report a bug with the toolchain.
  7. labels: [toolchain]
  8. body:
  9. - type: markdown
  10. attributes:
  11. value: >
  12. **Attention:** If this is a _question_, please use either [GitHub
  13. Discussions](https://github.com/carbon-language/carbon-lang/discussions)
  14. or [Discord](https://discord.gg/ZjVdShJDAs).
  15. - type: textarea
  16. id: desc
  17. attributes:
  18. label: >
  19. Description of the bug:
  20. - type: textarea
  21. id: repro
  22. attributes:
  23. label: >
  24. What did you do, or what's a simple way to reproduce the bug?
  25. description: >
  26. Please provide example code and errors; a shortlink to the execution on
  27. carbon.compiler-explorer.com can also help.
  28. - type: textarea
  29. id: expected
  30. attributes:
  31. label: >
  32. What did you expect to happen?
  33. - type: textarea
  34. id: actual
  35. attributes:
  36. label: >
  37. What actually happened?
  38. - type: textarea
  39. id: extras
  40. attributes:
  41. label: >
  42. Any other information, logs, or outputs that you want to share?