"qui est possible._" #: src\contributing.md:67 msgid "Get help" msgstr "Sollicitez de l’aide" #: src\contributing.md:70 msgid "" "If you're stuck for more than 15 minutes, ask for help, like a Rust Discord, " "Stack Exchange, or in a project issue or discussion." msgstr "" "Si vous êtes bloqué pendant plus de 15 minutes, demandez de l’aide dans des " "espaces tels que le Discord de Rust, sur Stack Exchange, ou dans le cadre " "d’une question ou d’une discussion au sein du projet." #: src\contributing.md:73 msgid "Practice hypothesis-driven debugging" msgstr "Pratiquez le débogage par hypothèse" #: src\contributing.md:76 msgid "" "Formulate a hypothesis as to what is causing the problem. Figure out how to " "test that hypothesis. Perform that tests. If it works, great, you fixed the " "issue or now you know how to fix the issue. If not, repeat with a new " "hypothesis." msgstr "" "Formulez une hypothèse sur la cause du problème. Trouvez comment vérifier " "cette hypothèse et effectuez les tests appropriés. Si cela fonctionne, "