Files
carbon-lang/docs/project/README.md
T
4aa462c2ac Make the Carbon experiment public. (#1363)
This is a proposal to make the Carbon experiment public.

We have not yet hit many of the originally suggested criteria for going
public. However, this proposal suggests that increasingly there is more
value to moving public sooner rather than waiting to hit these criteria.
We are increasingly unable to substantially learn more about the broader
interest in Carbon without it being public and we increasingly see value
in working with the industry to build and shape the language.

Given this, the proposal removes the old plan-of-record and suggests
a concrete set of steps to make the experiment public in the immediate
future.

This is not a change that we can make lightly to the project, and so we
worked to check with as many folks as we could first and all three
leads were unanimous to move forward here.

Note that this proposal was originally discussed in PR #1315.

Co-authored-by: josh11b <josh11b@users.noreply.github.com>
Co-authored-by: Richard Smith <richard@metafoo.co.uk>
2022-07-01 18:11:40 -07:00

25 lines
1.0 KiB
Markdown

# Project
<!--
Part of the Carbon Language project, under the Apache License v2.0 with LLVM
Exceptions. See /LICENSE for license information.
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-->
This directory contains project-related documentation for Carbon. Information
about how the project works, goals, and community information belong here.
- [Goals](goals.md), and [principles](principles/README.md) derived from those
goals
- [Roadmap](roadmap.md) and the [process](roadmap_process.md) for updating it
- Carbon's process for [evolution and governance](evolution.md)
- [Groups](groups.md) used for contacting key contributors and determining
access
- Contributing to Carbon:
- [Tools used when contributing to Carbon](contribution_tools.md)
- Style guides for [language design](design_style_guide.md) and
[C++ code](cpp_style_guide.md)
- How Carbon does [code review](code_review.md)
- [Trunk-based pull-request GitHub workflow](pull_request_workflow.md)
used by Carbon