Skip to content

Commit

Permalink
Update orientation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SupperZum authored Dec 21, 2023
1 parent 165e5cb commit 71baf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orientation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 71baf09

Please sign in to comment.