Rust's community should provide mentoring at all levels
aturon opened this issue · 5 comments
Overview
The Rust community is awesome, in large part because of how welcoming it is. But we could do a lot more to help grow people into roles in the project, including pulling together important work items at all level of expertise to direct people to, providing mentoring, and having a clearer on-ramp to the various official Rust teams. Outreach and mentoring is also one of the best avenues for increasing diversity in the project, which, as the survey demonstrates, has a lot of room for improvement.
While there's work here for all the teams, the community team in particular will continue to focus on early-stage outreach, while other teams will focus on leadership onboarding.
Projects
- RustBridge, a new project being developed by the Rust Language Community Team to make the Rust Language more accessible to people who are underrepresented in technology.
- Lang team shepherds.
- In general, seeking growth in subteam membership as well as adding/splitting into new subteams.
Probably tag as T-community
@Manishearth Note that only Project
items are marked with a team; the Vision statements often involve numerous teams -- in this case, all of them.
Wouldn't it be great if Rust had a terminal tutor (like vimtutor)
that would teach by doing such things as ownership borrowing, lifetime ...
rustc would be a friendly mentor rather than a scowling drill Sergent.
@icode-live great idea! it'd be great if we had some sort of interactive website (like try ruby) or command line tool that walks the user through rust. that'd be a great addition to the community :)
@GuillaumeGomez ownership borrowing and lifetimes are not programming basics, they're rust specific concepts. also, can you tone it down? calling someone's idea terrible is not something we should be doing in this community, no matter much you disagree with it.
@icode-live: So as I thought and wrote, I clearly misunderstood your comment. It clearly seems like something we want to have. My bad once again about the confusion.