mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:30:14 +01:00
Some review feedback from outside the team directly working on Carbon suggested two pretty significant updates here. First, we didn't do a good job of motivating Carbon. This takes two parts, first explaining what we'd like to accomplish with this approach generally, and second explaining why alternative approaches don't work. A particularly difficult case here is articulating effectively the difficulties that motivate an approach other than improving C++ incrementally. Co-authored-by: Jon Meow <jperkins@google.com> Co-authored-by: josh11b <josh11b@users.noreply.github.com>
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
- Criteria for Carbon to go public
- 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