Skip to content

these are already mentioned in preceding paragraph #900

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions src/compiler/membership.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ rustc-dev-guide.
It is worth emphasizing that becoming a member of the compiler team does not necessarily imply
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

heh seems some copy&paste slipped in. Reading again this paragraph, I think we can just trim it down to:

Suggested change
It is worth emphasizing that becoming a member of the compiler team does not necessarily imply
The most important criterion for elevation to compiler team member, in particular,
is **regular and consistent** participation. The most important criterion for elevation to
maintainer is **actively shaping the direction of the team or compiler**.

writing PRs. There are a wide variety of tasks that need to be done to support the compiler and
which should make one eligible for membership. Such tasks would include organizing meetings,
participating in meetings, bisecting and triaging issues, writing documentation, working on the
rustc-dev-guide. The most important criterion for elevation to compiler team member, in particular,
participating in meetings, and bisecting and triaging issues.
The most important criterion for elevation to compiler team member, in particular,
is **regular and consistent** participation. The most important criterion for elevation to
maintainer is **actively shaping the direction of the team or compiler**.

Expand Down