01_explorer_bug.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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: Carbon Explorer bug
  5. description: >
  6. Report a bug with the Carbon Explorer interpreter. This is what's provided at
  7. [Compiler Explorer](https://carbon.compiler-explorer.com).
  8. labels: [explorer]
  9. body:
  10. - type: markdown
  11. attributes:
  12. value: >
  13. **Attention:** If this is a _question_, please use either [GitHub
  14. Discussions](https://github.com/carbon-language/carbon-lang/discussions)
  15. or [Discord](https://discord.gg/ZjVdShJDAs).
  16. - type: textarea
  17. id: desc
  18. attributes:
  19. label: >
  20. Description of the bug:
  21. - type: textarea
  22. id: repro
  23. attributes:
  24. label: >
  25. What did you do, or what's a simple way to reproduce the bug?
  26. description: >
  27. Please provide example code and errors; a shortlink to the execution on
  28. [Compiler Explorer](https://carbon.compiler-explorer.com) can also help.
  29. - type: textarea
  30. id: expected
  31. attributes:
  32. label: >
  33. What did you expect to happen?
  34. - type: textarea
  35. id: actual
  36. attributes:
  37. label: >
  38. What actually happened?
  39. - type: textarea
  40. id: extras
  41. attributes:
  42. label: >
  43. Any other information, logs, or outputs that you want to share?