diff options
| author | bors <bors@rust-lang.org> | 2023-03-19 19:30:00 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-03-19 19:30:00 +0000 |
| commit | 0a77f4c5b1e33170e8ae9b70eded428ba20c5d9b (patch) | |
| tree | 7b510bf24e000398c13f398154e5bcea5cc49322 | |
| parent | e64c5961dc7640b4d5529608e0f321d586c027a0 (diff) | |
| parent | dec6ef8a74db38ff80669255911ce7fc541d4c44 (diff) | |
| download | rust-0a77f4c5b1e33170e8ae9b70eded428ba20c5d9b.tar.gz rust-0a77f4c5b1e33170e8ae9b70eded428ba20c5d9b.zip | |
Auto merge of #10522 - xFrednet:10521-docs-and-triage, r=Manishearth
Correct active members link in `CONTRIBUTING.md` This corrects the link, where to find which members are currently active and can be pinged. It also adds me as the code owner of `gh-pages`. In most cases, I'm asked to review those PRs anyways :) Otherwise, not much more to day, have a great day! --- Closes: #10521 changelog: none <!-- changelog_checked -->
| -rw-r--r-- | CONTRIBUTING.md | 2 | ||||
| -rw-r--r-- | triagebot.toml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3158080d2b3..3df13280369 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ a [developer guide] and is a good place to start your journey. All issues on Clippy are mentored, if you want help simply ask someone from the Clippy team directly by mentioning them in the issue or over on [Zulip]. All currently active team members can be found -[here](https://github.com/rust-lang/highfive/blob/master/highfive/configs/rust-lang/rust-clippy.json#L3) +[here](https://github.com/rust-lang/rust-clippy/blob/master/triagebot.toml#L18) Some issues are easier than others. The [`good-first-issue`] label can be used to find the easy issues. You can use `@rustbot claim` to assign the issue to yourself. diff --git a/triagebot.toml b/triagebot.toml index 6f50ef932e1..3f8f6a7b98c 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -17,6 +17,7 @@ contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIB [assign.owners] "/.github" = ["@flip1995"] +"/util/gh-pages" = ["@xFrednet"] "*" = [ "@flip1995", "@Manishearth", |
