about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2021-02-02 20:43:30 -0800
committerManish Goregaokar <manishsmail@gmail.com>2021-02-02 20:43:30 -0800
commitc8cb90abbdff45cd936272903f14990bdcefc1cf (patch)
tree69cad02118814662fdf4c17f69e6737088521f5f /CONTRIBUTING.md
parentb56b751055a9c05e3bcbf1740865e2dc7f1ae872 (diff)
downloadrust-c8cb90abbdff45cd936272903f14990bdcefc1cf.tar.gz
rust-c8cb90abbdff45cd936272903f14990bdcefc1cf.zip
Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f2641a23f56..5954ab25d19 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -46,11 +46,12 @@ first read the [Basics docs](doc/basics.md).**
 
 ### Finding something to fix/improve
 
-All issues on Clippy are mentored, if you want help with a bug just ask
-@Manishearth, @flip1995, @phansch or @yaahc.
+All issues on Clippy are mentored, if you want help simply ask @Manishearth, @flip1995, @phansch
+or @llogiq directly by mentioning them in the issue or over on [Zulip]. This list may be out of date.
+All currently active mentors can be found [here](https://github.com/rust-lang/highfive/blob/master/highfive/configs/rust-lang/rust-clippy.json#L3)
 
-Some issues are easier than others. The [`good-first-issue`] label can be used to find the easy issues.
-If you want to work on an issue, please leave a comment so that we can assign it to you!
+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.
 
 There are also some abandoned PRs, marked with [`S-inactive-closed`].
 Pretty often these PRs are nearly completed and just need some extra steps