mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Separately working on labeling everything and filing tracking issues as discussed. For project columns, the result is: "Blocking issues" -> gone, we haven't been using it "Questions" -> "leads questions" label, open: https://github.com/carbon-language/carbon-lang/issues? q=is%3Aissue+is%3Aopen+label%3A%22leads+question%22 "Resolved" -> "leads questions" label, closed: https://github.com/carbon-language/carbon-lang/issues?q=is%3Aissue+is%3Aclosed+label%3A%22leads+question%22+ "Needs proposal" -> file a tracking issue, remark on the linked issue "Deferred" -> add the "long term" label: https://github.com/carbon-language/carbon-lang/issues?q=is%3Aissue+is%3Aopen+label%3A%22leads+question%22+label%3A%22long+term%22 Note the "long term" label overlaps with the automation that reminds people when we're inactive, so it's two birds, one stone. This is part of #1898
Project
This directory contains project-related documentation for Carbon. Information about how the project works, goals, and community information belong here.
- Goals, and principles derived from those goals
- Roadmap and the process for updating it
- Carbon's process for evolution and governance
- Groups used for contacting key contributors and determining access
- Contributing to Carbon:
- Tools used when contributing to Carbon
- Style guides for language design and C++ code
- How Carbon does code review
- Trunk-based pull-request GitHub workflow used by Carbon