Correct active members link in CONTRIBUTING.md

This commit is contained in:
xFrednet 2023-03-19 13:42:12 +01:00
parent c465bf7f67
commit dec6ef8a74
No known key found for this signature in database
GPG key ID: F5C59D0E669E5302
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -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",