You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being promoted to contributor implies a number of privileges:
144
+
121
145
- Contributors have r+ privileges and can do reviews (they are
122
146
expected to use those powers appropriately, as discussed
123
147
previously).
124
148
- Contributors are members of the organization so they can modify
125
149
labels and be assigned to issues.
126
-
- Contributors will be asked if they wish to be added to highfive rotation.
127
150
- Contributors will be listed on the [compiler expert map](https://github.com/rust-lang/compiler-team/blob/9d8c387ddbd01ced14eaab480cddb00c2d723f36/experts/MAP.md),
128
151
which lists folks who are familiar with each area of the compiler.
129
152
- Contributors are listed on the rust-lang.org web page and invited to
130
153
the Rust All Hands.
154
+
155
+
It also implies some obligations (in some cases, optional obligations):
156
+
157
+
- Contributors will be asked if they wish to be added to highfive rotation.
158
+
- Contributors are held to a higher standard than ordinary folk when
159
+
it comes to the [Code of Conduct][CoC].
131
160
161
+
### Compiler team members
162
+
132
163
As a contributor gains in experience, they may be asked to become a
133
164
**compiler team member**. This implies that they are not only a
134
165
regular contributor, but are actively helping to shape the direction
@@ -138,6 +169,35 @@ of the team or some part of the compiler (or multiple parts).
138
169
promoted to compiler team contributor or to the level of member.
139
170
- Compiler team members are consulted on FCP decisions (which, in the
140
171
compiler team, are relatively rare).
172
+
173
+
<aname="how-decisions-are-made"> </a>
174
+
[hdam]: #how-decisions-are-made
175
+
176
+
### How promotion decisions are made
177
+
178
+
Promotion decisions (from participant to contributor, and from
179
+
contributor to member) are made by having an active team member send
0 commit comments