Skip to content

Commit

Permalink
fix: fix language version and anchoring in pr-review-process
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiozeppo committed Jul 25, 2024
1 parent 2c6a345 commit f9370f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/pull-request-review-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

1. A student completes an assignment in a school's private repository (unless otherwise specified in a task description).
2. The student creates and submits a Pull Request before the deadline.
- The PR rules are specified [below](https://docs.rs.school/#/pull-request-review-process?id=Pull-Request-description-must-contain-the-following)
- Penalties for deadline violations are listed [below](https://docs.rs.school/#/pull-request-review-process?id=Deadlines-for-Students)
- The PR rules are specified [below](https://docs.rs.school/#/en/pull-request-review-process?id=pull-request-description-must-contain-the-following)
- Penalties for deadline violations are listed [below](https://docs.rs.school/#/en/pull-request-review-process?id=deadlines-for-students)
3. Until the final grade is given by the mentor, the student can continue to implement remaining features
4. The mentor checks the PR, leaves his comments and recommendations on the quality of the code (copy-paste, magic numbers, project structure, etc.) and the implemented functionality. Leaves a comment with a preliminary score.
- The score is set by the mentor based on the assessment criteria specified for each task
Expand Down Expand Up @@ -77,8 +77,8 @@ This approach solves several problems that are usually encountered when reviewin

1. Code Review process can be started with a check of the PR format, the naming of the commits, and a sufficient number of them.

- [Commit Requirements](https://docs.rs.school/#/git-convention)
- [Pull Request Requirements](https://https://docs.rs.school/#/pull-request-review-process?id=Pull-Request-description-must-contain-the-following)
- [Commit Requirements](https://docs.rs.school/#/en/git-convention)
- [Pull Request Requirements](https://docs.rs.school/#/en/pull-request-review-process?id=pull-request-description-must-contain-the-following)

2. Next, clone the repository, install dependencies, and check if the project is buildable / runnable.

Expand Down

0 comments on commit f9370f6

Please sign in to comment.