From 71baf09e3662122abcabd432a1c909708061f7bd Mon Sep 17 00:00:00 2001 From: Denys Date: Thu, 21 Dec 2023 14:37:35 +0200 Subject: [PATCH] Update orientation.md --- orientation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orientation.md b/orientation.md index 905de51..bee42ac 100644 --- a/orientation.md +++ b/orientation.md @@ -156,7 +156,7 @@ This course is continually evolving, and it's important to stay updated with the For each chapter or step of the rustcamp, you should create and submit a separate [PR (pull request)][PR]. Make sure to give your PR a [relevant title](https://github.com/rust-lang-ua/rustcamp/blob/master/faq.md#--how-should-i-name-pr). After you've completed your pull request, please remove any markers like "NOT READY", "DRAFT", or "WIP" from the title and specify [our bot](https://github.com/1tbot) as a reviewer and tag all of your mentors in the comments section. -Please, don`t do PR merge yourself. +Please, don't do PR merge yourself. Before merging the pull request into the main branch, you need to receive approval from at least one mentor. If more than one mentor has reviewed your Pull Request and requested changes, you must receive approval from all involved mentors. If all the conditions are executed, mentors will be able to merge your PR. Each step of the rustcamp is a [Cargo workspace member][workspace], meaning you can run and test it from the project root using commands like `cargo run -p step_1_8`. We highly recommend using tools like [rustfmt] and [Clippy] while writing your [Rust] code.