02_documentation_bug.yml 984 B

12345678910111213141516171819202122232425262728293031323334
  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: Documentation bug
  5. description: >
  6. Report a bug with the Carbon Language project documentation.
  7. body:
  8. - type: markdown
  9. attributes:
  10. value: >
  11. **Attention:** If this is a _question_, please use either [GitHub
  12. Discussions](https://github.com/carbon-language/carbon-lang/discussions)
  13. or [Discord](https://discord.gg/ZjVdShJDAs).
  14. - type: textarea
  15. id: desc
  16. attributes:
  17. label: >
  18. Description of the bug:
  19. - type: textarea
  20. id: input
  21. attributes:
  22. label: >
  23. Link to documentation:
  24. - type: textarea
  25. id: actual
  26. attributes:
  27. label: >
  28. What should it say instead?
  29. - type: textarea
  30. id: extras
  31. attributes:
  32. label: >
  33. Any other information, logs, or outputs that you want to share?