Skip to content

Commit 0a77f4c

Browse files
committed
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 -->
2 parents e64c596 + dec6ef8 commit 0a77f4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ a [developer guide] and is a good place to start your journey.
5050
All issues on Clippy are mentored, if you want help simply ask someone from the
5151
Clippy team directly by mentioning them in the issue or over on [Zulip]. All
5252
currently active team members can be found
53-
[here](https://github.com/rust-lang/highfive/blob/master/highfive/configs/rust-lang/rust-clippy.json#L3)
53+
[here](https://github.com/rust-lang/rust-clippy/blob/master/triagebot.toml#L18)
5454

5555
Some issues are easier than others. The [`good-first-issue`] label can be used to find the easy
5656
issues. You can use `@rustbot claim` to assign the issue to yourself.

triagebot.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIB
1717

1818
[assign.owners]
1919
"/.github" = ["@flip1995"]
20+
"/util/gh-pages" = ["@xFrednet"]
2021
"*" = [
2122
"@flip1995",
2223
"@Manishearth",

0 commit comments

Comments
 (0)