Skip to content

Commit 201d777

Browse files
committed
Do not recommend giving core team admin privileges; or adding a triagebot.toml.
1 parent 329b1aa commit 201d777

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

procedures/crates.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ In summary, the process for establishing an out-of-tree crate is as follows:
107107
[`@rfcbot merge`](https://github.com/anp/rfcbot-rs#usage) to gain agreement from compiler
108108
team members.
109109
1. Create a new repository in the `rust-lang` organization.
110-
1. Navigate to `Settings > Collaborators & Teams` and add the `Core` and `Compiler` teams with
111-
admin privileges and `Assignees` with `read`.
110+
1. Navigate to `Settings > Collaborators & Teams` and add the `Compiler` team with admin
111+
privileges and `Assignees` with `read`.
112112
1. Add a README describing the intended purpose of the crate, which team and working group are
113113
responsible (link to their page in this repository) and the intended level of maintenance and
114114
stability.
@@ -124,7 +124,6 @@ In summary, the process for establishing an out-of-tree crate is as follows:
124124
1. Create `P-high`, `P-med`, `P-low`, `I-nominated` and `T-compiler` labels.
125125
1. Consult with the infrastructure team to set up `@bors` and `@rust-highfive` and a process for
126126
publishing under the "The Rust Project Developers" crates.io account.
127-
1. Create a `triagebot.toml` that mirrors [rust-lang/rust's `triagebot.yaml`][triagebot].
128127
1. Add a basic `.travis.yml`:
129128

130129
```yaml

0 commit comments

Comments
 (0)