Skip to content

Commit ad0d284

Browse files
authored
Merge pull request #40 from spastorino/add_experts_map
Add experts map to the repo
2 parents b235441 + c93df29 commit ad0d284

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ Name | Leads
9090
[rfc-2229-stream]: https://rust-lang.zulipchat.com/#narrow/stream/189812-t-compiler.2Fwg-rfc-2229
9191
[mir-opt-stream]: https://rust-lang.zulipchat.com/#narrow/stream/189540-t-compiler.2Fwg-mir-opt
9292

93+
## Expert Map
94+
95+
If you're interested in figuring out who can answer questions about a
96+
particular part of the compiler, or you'd just like to know who works on what,
97+
check out our [experts directory](experts). It contains a listing of the
98+
various parts of the compiler and a list of people who are experts on each one.
99+
93100
## Procedures
94101

95102
The [procedures directory](procedures) contains descriptions of various

experts/MAP.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Expert Map
2+
3+
This document contains the different areas of the compiler and the people that
4+
are experts in each area. While the expert map is being fleshed out, [you can find it on HackMD][map].
5+
6+
This map is intended to help you figure out who you should ask for help if you
7+
have questions about how some area works.
8+
9+
[map]: https://hackmd.io/Izvor8KZRiqUgcUyd2CYTw

0 commit comments

Comments
 (0)