04_leads_question.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  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: Leads question
  5. description: >
  6. Ask the leads for feedback on an important issue, such as a language design
  7. choice.
  8. labels: [leads question]
  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: summary
  18. attributes:
  19. label: >
  20. Summary of issue:
  21. description: >
  22. Provide a short, one-paragraph summary of the issue.
  23. - type: textarea
  24. id: detail
  25. attributes:
  26. label: >
  27. Details:
  28. description: >
  29. Provide detailed information about the issue. For example, on a language
  30. design choice, it can help to provide various options with a summary of
  31. trade-offs.
  32. - type: textarea
  33. id: extras
  34. attributes:
  35. label: >
  36. Any other information that you want to share?