about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2018-08-31 14:48:16 -0400
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-08-31 23:03:48 -0500
commitcacc3f217e5839ed596bb3fe406e01eb4c8a043f (patch)
tree6f4789f266d6ffd14ca5161c56d9d638d9afc155 /src
parentac07e17a413fdc8bd3b97eb03900f2f6a56d4c79 (diff)
downloadrust-cacc3f217e5839ed596bb3fe406e01eb4c8a043f.tar.gz
rust-cacc3f217e5839ed596bb3fe406e01eb4c8a043f.zip
includ some notes on finding bugs
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustc-dev-guide/src/compiler-team.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-team.md b/src/doc/rustc-dev-guide/src/compiler-team.md
index ad8ac292f20..45883e9d1b2 100644
--- a/src/doc/rustc-dev-guide/src/compiler-team.md
+++ b/src/doc/rustc-dev-guide/src/compiler-team.md
@@ -51,7 +51,10 @@ well as doing reviews and other work.
 
 If you are interested in becoming a compiler team member, the first
 thing to do is to start fixing some bugs, or get involved in a working
-group.
+group. One good way to find bugs is to look for
+[open issues tagged with E-easy](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy)
+or
+[E-mentor](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-mentor).
 
 ### r+ rights