Files
carbon-lang/proposals/README.md
T
Geoff Romer 9a7b7c2b8b Correct accepted-proposal link (#3516)
It looks like we haven't used the "proposal accepted" label in about a
year.
2023-12-15 22:17:36 +00:00

26 lines
888 B
Markdown

# Proposals
<!--
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
-->
## Proposal lists
- [All proposals](https://github.com/carbon-language/carbon-lang/pulls?q=is%3Apr+label%3Aproposal)
- [Accepted proposals](https://github.com/carbon-language/carbon-lang/pulls?q=is%3Apr+label%3A%22proposal%22+is%3Amerged)
## Directory structure
This directory contains accepted proposals for the carbon-lang repository. For
information about declined/deferred proposals, please view the proposal's
original pull request.
For accepted proposals, where `####` is the corresponding proposal's pull
request:
- `p####.md` will contain the main proposal text.
- `p####` may be present as an optional subdirectory for related files (for
example, images).