Skip to content

Update stabilization documentation #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
May 27, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix line that said to ping libs instead of libs-api
  • Loading branch information
yaahc committed Mar 21, 2022
commit 405a608fec07a1a7368e747116237dae85bd5f00
2 changes: 1 addition & 1 deletion src/feature-lifecycle/stabilization.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can see examples of stabilization reports in tracking issues [#88581](https:

## Before writing a PR to stabilize a feature

Check to see if a FCP has completed first. If not, either ping `@rust-lang/libs` or leave a comment asking about the status of the feature.
Check to see if a FCP has completed first. If not, either ping `@rust-lang/libs-api` or leave a comment asking about the status of the feature.

This will save you from opening a stabilization PR and having it need regular rebasing while the FCP process runs its course.

Expand Down