# Contributing 101 - Sel configure the compiler - Help of https://rustc-dev-guide.rust-lang.org/getting-started.html - Felix's suggestion: - Based on https://www.youtube.com/watch?v=oG-JshUmkuA - Keep the stage 1 when you recompile (not alwals possible, see office hours) - 1. Fixing issue https://github.com/rust-lang/rust/issues/92898 - Contributor workflow from scretch - write the first path that invove to mess up the code several times - PR https://github.com/rust-lang/rust/pull/104954 ### Question?