|
|
@@ -65,16 +65,14 @@ language are well explained, justified, and reviewed by the community.
|
|
|
[the template](/proposals/scripts/template.md).
|
|
|
|
|
|
- Proposal PRs start in draft mode. When proposal PRs are ready, click on
|
|
|
- ["Ready for review"](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request#marking-a-pull-request-as-ready-for-review),
|
|
|
- and change the
|
|
|
- [Proposals project column](https://github.com/carbon-language/carbon-lang/projects/1)
|
|
|
- to "RFC". The project column should be available as a dropdown under
|
|
|
- "Projects" on the PR.
|
|
|
+ ["Ready for review"](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request#marking-a-pull-request-as-ready-for-review).
|
|
|
+ This will:
|
|
|
|
|
|
- - This will result in a Carbon lead being assigned to review the PR.
|
|
|
+ - Route the proposal to a Carbon lead for review.
|
|
|
|
|
|
- - This also signifies an RFC (request for comment) from the entire
|
|
|
- community.
|
|
|
+ - Send the proposal as a broad RFC to the community.
|
|
|
+
|
|
|
+ - Add the "proposal rfc" label for tracking.
|
|
|
|
|
|
- Contributors are encouraged to react with a _thumbs-up_ to proposal PRs if
|
|
|
they are generally interested and supportive of the high-level direction
|
|
|
@@ -139,19 +137,13 @@ issues for longer discussion:
|
|
|
|
|
|
- When ready, click on
|
|
|
["Ready for review"](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request#marking-a-pull-request-as-ready-for-review)
|
|
|
- in GitHub, and change the
|
|
|
- [Proposals project column](https://github.com/carbon-language/carbon-lang/projects/1)
|
|
|
- to "RFC". The project column should be available as a dropdown under
|
|
|
- "Projects" on the PR.
|
|
|
+ in GitHub. This will:
|
|
|
|
|
|
- - This will result in the PR being assigned to an individual for review.
|
|
|
+ - Route the proposal to a Carbon lead for review.
|
|
|
|
|
|
- - This will also send the proposal as a broad RFC to the community.
|
|
|
+ - Send the proposal as a broad RFC to the community.
|
|
|
|
|
|
- - While setting the "RFC" project column will also add the "RFC" label,
|
|
|
- the reverse is not true. Unfortunately, this is currently a limit of
|
|
|
- GitHub automation. Similarly, Adding the "RFC" project column currently
|
|
|
- does not set "Ready for review".
|
|
|
+ - Add the "proposal rfc" label for tracking.
|
|
|
|
|
|
- Address comments where you can and they make sense.
|
|
|
|
|
|
@@ -181,7 +173,7 @@ issues for longer discussion:
|
|
|
#### Community
|
|
|
|
|
|
- We use the
|
|
|
- [Proposals dashboard](https://github.com/carbon-language/carbon-lang/projects/1)
|
|
|
+ ["proposal rfc" label](https://github.com/carbon-language/carbon-lang/pulls?q=is%3Apr+is%3Aopen+label%3A%22proposal+rfc%22)
|
|
|
to track proposals that are in RFC.
|
|
|
|
|
|
- Anyone that is interested can participate once a proposal is ready for
|