Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Π—Π° ΠΏΠ΅Ρ€ΠΈΠΎΠ΄ с 1 октября 2020 ΠΏΠΎ 1 июня 2021 Ρ‚ΠΎΠ»ΡŒΠΊΠΎ Π² компанию EPAM Systems Ρ‚Ρ€ΡƒΠ΄ΠΎΡƒΡΡ‚Ρ€ΠΎΠΈΠ»ΠΎΡΡŒ 208 выпускников нашСго курса.

Π‘ΠΎΠ»ΡŒΡˆΠ΅ ΠΈΠ½Ρ„ΠΎΡ€ΠΌΠ°Ρ†ΠΈΠΈ ΠΎ RS School находится Ρ‚ΡƒΡ‚: <https://rs.school/docs/ru>.
Π‘ΠΎΠ»ΡŒΡˆΠ΅ ΠΈΠ½Ρ„ΠΎΡ€ΠΌΠ°Ρ†ΠΈΠΈ ΠΎ RS School находится Ρ‚ΡƒΡ‚: <https://rs.school/ru/docs>.

## ΠŸΡ€ΠΎΠ΄ΠΎΠ»ΠΆΠΈΡ‚Π΅Π»ΡŒΠ½ΠΎΡΡ‚ΡŒ обучСния

Expand Down
2 changes: 1 addition & 1 deletion angular/mentoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ In the first week of mentoring, the mentor needs to:
- The communication is initiated by the student. The student should be self-motivated to learn.
- The mentor needs to review the completed works of students within one to two weeks.
- The review of completed works is done through reviewing the respective Pull Requests. [Algorithm for reviewing student PRs](pull-request-review-process.md)
- Most questions students ask in the respective Discord channels, not to their mentor. [More about the organization of Discord channels](https://rs.school/docs/ru/rs-school-chats).
- Most questions students ask in the respective Discord channels, not to their mentor. [More about the organization of Discord channels](https://rs.school/ru/docs/rs-school-chats).

### Weekly Meeting with Students

Expand Down
8 changes: 4 additions & 4 deletions angular/mentoring/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://rs.school/docs/ru/pull-request-review-process#описаниС-pull-request-Π΄ΠΎΠ»ΠΆΠ½ΠΎ-ΡΠΎΠ΄Π΅Ρ€ΠΆΠ°Ρ‚ΡŒ-ΡΠ»Π΅Π΄ΡƒΡŽΡ‰ΡƒΡŽ-ΠΈΠ½Ρ„ΠΎΡ€ΠΌΠ°Ρ†ΠΈΡŽ)
- Penalties for deadline violations are listed [below](https://rs.school/docs/ru/pull-request-review-process#Π΄Π΅Π΄Π»Π°ΠΉΠ½Ρ‹-для-студСнтов)
- The PR rules are specified [below](https://rs.school/ru/docs/pull-request-review-process#описаниС-pull-request-Π΄ΠΎΠ»ΠΆΠ½ΠΎ-ΡΠΎΠ΄Π΅Ρ€ΠΆΠ°Ρ‚ΡŒ-ΡΠ»Π΅Π΄ΡƒΡŽΡ‰ΡƒΡŽ-ΠΈΠ½Ρ„ΠΎΡ€ΠΌΠ°Ρ†ΠΈΡŽ)
- Penalties for deadline violations are listed [below](https://rs.school/ru/docs/pull-request-review-process#Π΄Π΅Π΄Π»Π°ΠΉΠ½Ρ‹-для-студСнтов)
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://rs.school/docs/ru/git-convention)
- [Pull Request Requirements](https://rs.school/docs/ru/pull-request-review-process#описаниС-pull-request-Π΄ΠΎΠ»ΠΆΠ½ΠΎ-ΡΠΎΠ΄Π΅Ρ€ΠΆΠ°Ρ‚ΡŒ-ΡΠ»Π΅Π΄ΡƒΡŽΡ‰ΡƒΡŽ-ΠΈΠ½Ρ„ΠΎΡ€ΠΌΠ°Ρ†ΠΈΡŽ)
- [Commit Requirements](https://rs.school/ru/docs/git-convention)
- [Pull Request Requirements](https://rs.school/ru/docs/pull-request-review-process#описаниС-pull-request-Π΄ΠΎΠ»ΠΆΠ½ΠΎ-ΡΠΎΠ΄Π΅Ρ€ΠΆΠ°Ρ‚ΡŒ-ΡΠ»Π΅Π΄ΡƒΡŽΡ‰ΡƒΡŽ-ΠΈΠ½Ρ„ΠΎΡ€ΠΌΠ°Ρ†ΠΈΡŽ)

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

Expand Down
3 changes: 1 addition & 2 deletions angular/tasks/angular-team-task/PROJECT_SHOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ The platform runs on top of the **commercetools HTTP API** β€” an enterprise-gra

> **API:** [commercetools HTTP API](https://docs.commercetools.com/api).
> Auth: `{auth_url}/oauth/token` (OAuth2 client credentials).
> REST: `{api_url}/{project_key}/…`
> [Merchant Center](https://mc.commercetools.com/) β€” UI for catalog management.
> REST: `{api_url}/{project_key}/…` > [Merchant Center](https://mc.commercetools.com/) β€” UI for catalog management.

---

Expand Down
2 changes: 1 addition & 1 deletion stage0 (EN)/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ No. Links to recommended theory for study are in the modules. After self-studyin
### Who checks the assignments?

- Projects "CV#3", "Christmas shop", "Dashboard" are checked through [Cross-check](https://rs.school/docs/cross-check-flow)
- Algorithmic tasks and Codewars problems are checked automatically. You need to [submit your solutions in RS APP](https://rs.school/docs/ru/rs-app-tasks) before the deadline.
- Algorithmic tasks and Codewars problems are checked automatically. You need to [submit your solutions in RS APP](https://rs.school/ru/docs/rs-app-tasks) before the deadline.
- Tasks "CV#1. Markdown & Git", "CV#2. HTML, CSS & Git Basics" are checked automatically.

### How to transfer completed assignments from the school's private repository to your personal repository
Expand Down
2 changes: 1 addition & 1 deletion stage0 (EN)/modules/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Practice: 4 hours
3. You need to watch practical video materials [Git Workshop](https://youtu.be/Dlr_E7WfA08) (0.5 hours)
4. For the practical assignment, familiarize yourself with [Markdown documentation](https://guides.github.com/features/mastering-markdown/) - you can briefly look at the capabilities and syntax, and dive deeper in practice (0.5 hours)
5. Short and clear material on how to set up github-pages in your repository: [link to MDN](https://developer.mozilla.org/ru/docs/Learn/Common_questions/Using_Github_pages#%D0%B7%D0%B0%D0%B3%D1%80%D1%83%D0%B7%D0%BA%D0%B0_%D1%84%D0%B0%D0%B9%D0%BB%D0%BE%D0%B2_%D0%BD%D0%B0_github), [official documentation](https://pages.github.com/)
6. You need to read and remember [RS School commit requirements](https://rs.school/docs/ru/git-convention)
6. You need to read and remember [RS School commit requirements](https://rs.school/ru/docs/git-convention)
7. [Video](https://www.youtube.com/watch?v=0lvKcqP3aP0) about how to work with gh-pages

## Practice
Expand Down
3 changes: 1 addition & 2 deletions stage0.5 Bootcamp/tasks/css-meme-slider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ Controls effects example:

Example commit messages:

> `init: start cssMemeSlider-task (Mon, Sep 13, 2021 10:12:24 PM)`
> `feat: add basic page layout (Mon, Sep 13, 2021 10:25:24 PM)`
> `init: start cssMemeSlider-task (Mon, Sep 13, 2021 10:12:24 PM)` > `feat: add basic page layout (Mon, Sep 13, 2021 10:25:24 PM)`

Shell template you can use:

Expand Down
14 changes: 7 additions & 7 deletions stage0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
- [ΠœΠΎΠ΄ΡƒΠ»ΡŒ "Знакомство с JavaScript"](modules/js-basics/)
- [ΠœΠΎΠ΄ΡƒΠ»ΡŒ "Знакомство с Codewars. Π—Π°Π΄Π°Ρ‡ΠΈ Π§Π°ΡΡ‚ΡŒ #1"](../tasks/codewars/preschool-2022-codewars1.md)
- ΠŸΡ€ΠΎΠ΅ΠΊΡ‚ ["CV"](../tasks/cv/cv.md).
- [ΠšΡ€ΠΎΡΡ-Ρ‡Π΅ΠΊ ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ°](https://rs.school/docs/ru/cross-check-flow) ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π° ["CV#3. CV. Cross-Check"](../tasks/cv/cv-stage0.md)
- [ΠšΡ€ΠΎΡΡ-Ρ‡Π΅ΠΊ ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ°](https://rs.school/ru/docs/cross-check-flow) ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π° ["CV#3. CV. Cross-Check"](../tasks/cv/cv-stage0.md)
- ΠŸΡ€ΠΎΠ΅ΠΊΡ‚ ["Christmas Shop"](../tasks/christmas-shop/christmas-shop.md)
- ["Christmas Shop#1. Ѐиксированная вёрстка"](../tasks/christmas-shop/christmas-shop-part1.md)

Expand All @@ -45,21 +45,21 @@
- [ΠœΠΎΠ΄ΡƒΠ»ΡŒ "ΠžΠ±ΡŒΠ΅ΠΊΡ‚Ρ‹ ΠΈ массивы Π² JavaScript"](modules/objects-and-arrays/)
- [ΠœΠΎΠ΄ΡƒΠ»ΡŒ "Codewars Π§Π°ΡΡ‚ΡŒ#2"](../tasks/codewars/preschool-2022-codewars2.md)
- [ΠœΠΎΠ΄ΡƒΠ»ΡŒ "Π—Π°ΠΊΡ€Π΅ΠΏΠ»Π΅Π½ΠΈΠ΅ основ JavaScript. Π€ΡƒΠ½ΠΊΡ†ΠΈΠΈ"](modules/js-functions/)
- [ΠšΡ€ΠΎΡΡ-Ρ‡Π΅ΠΊ ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ°](https://rs.school/docs/ru/cross-check-flow) ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π° ["Christmas Shop#1"](../tasks/christmas-shop/christmas-shop-part1.md)
- [ΠšΡ€ΠΎΡΡ-Ρ‡Π΅ΠΊ ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ°](https://rs.school/ru/docs/cross-check-flow) ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π° ["Christmas Shop#1"](../tasks/christmas-shop/christmas-shop-part1.md)
- ΠŸΡ€ΠΎΠ΅ΠΊΡ‚ ["Christmas Shop"](../tasks/christmas-shop/christmas-shop.md)
- ["Christmas Shop#2. Адаптивная вёрстка"](../tasks/christmas-shop/christmas-shop-part2.md)

### НСдСля #5

- [ΠœΠΎΠ΄ΡƒΠ»ΡŒ "DOM API"](modules/dom-api/)
- [ΠœΠΎΠ΄ΡƒΠ»ΡŒ "DOM Events"](modules/dom-events/)
- [ΠšΡ€ΠΎΡΡ-Ρ‡Π΅ΠΊ ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ°](https://rs.school/docs/ru/cross-check-flow) ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π° ["Christmas Shop#2"](../tasks/christmas-shop/christmas-shop-part2.md)
- [ΠšΡ€ΠΎΡΡ-Ρ‡Π΅ΠΊ ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ°](https://rs.school/ru/docs/cross-check-flow) ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π° ["Christmas Shop#2"](../tasks/christmas-shop/christmas-shop-part2.md)
- ΠŸΡ€ΠΎΠ΅ΠΊΡ‚ ["Christmas Shop"](../tasks/christmas-shop/christmas-shop.md)
- ["Christmas Shop#3. Π”ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠ΅ Ρ„ΡƒΠ½ΠΊΡ†ΠΈΠΎΠ½Π°Π»Π°"](../tasks/christmas-shop/christmas-shop-part3.md)

### НСдСля #6

- [ΠšΡ€ΠΎΡΡ-Ρ‡Π΅ΠΊ ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ°](https://rs.school/docs/ru/cross-check-flow) ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π° ["Christmas Shop#3"](../tasks/christmas-shop/christmas-shop-part3.md)
- [ΠšΡ€ΠΎΡΡ-Ρ‡Π΅ΠΊ ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ°](https://rs.school/ru/docs/cross-check-flow) ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π° ["Christmas Shop#3"](../tasks/christmas-shop/christmas-shop-part3.md)
- [JS-101](https://github.com/rolling-scopes-school/core-js-101-stage0/)
- [Dashboard Project](https://www.youtube.com/watch?v=dQw4w9WgXcQ)

Expand All @@ -71,7 +71,7 @@
### НСдСля #8

- [ΠœΠΎΠ΄ΡƒΠ»ΡŒ "Алгоритмы ΠΈ Π‘Ρ‚Ρ€ΡƒΠΊΡ‚ΡƒΡ€Ρ‹ Π”Π°Π½Π½Ρ‹Ρ…. Π§Π°ΡΡ‚ΡŒ 2"](modules/data-structures-part-2/)
- [ΠšΡ€ΠΎΡΡ-Ρ‡Π΅ΠΊ ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ°](https://rs.school/docs/ru/cross-check-flow) ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π° ["Dashboard Project"](https://www.youtube.com/watch?v=dQw4w9WgXcQ)
- [ΠšΡ€ΠΎΡΡ-Ρ‡Π΅ΠΊ ΠΏΡ€ΠΎΠ²Π΅Ρ€ΠΊΠ°](https://rs.school/ru/docs/cross-check-flow) ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π° ["Dashboard Project"](https://www.youtube.com/watch?v=dQw4w9WgXcQ)

### НСдСля #9

Expand Down Expand Up @@ -115,8 +115,8 @@

### ΠšΡ‚ΠΎ провСряСт задания?

- ΠŸΡ€ΠΎΠ΅ΠΊΡ‚Ρ‹ "CV#3", "Museum", "Secret Task" ΠΏΡ€ΠΎΠ²Π΅Ρ€ΡΡŽΡ‚ΡΡ Π² Ρ…ΠΎΠ΄Π΅ [Cross-check](https://rs.school/docs/ru/cross-check-flow)
- АлгоритмичСскиС таски ΠΈ Π·Π°Π΄Π°Ρ‡ΠΈ ΠΈΠ· codewars ΠΏΡ€ΠΎΠ²Π΅Ρ€ΡΡŽΡ‚ΡΡ автоматичСски. Π’Π°ΡˆΠΈ Ρ€Π΅ΡˆΠ΅Π½ΠΈΡ Π½Π΅ΠΎΠ±Ρ…ΠΎΠ΄ΠΈΠΌΠΎ [ΡΠ°Π±ΠΌΠΈΡ‚Π½ΡƒΡ‚ΡŒ Π² RS APP](https://rs.school/docs/ru/rs-app-tasks) Π΄ΠΎ Π΄Π΅Π΄Π»Π°ΠΉΠ½Π°.
- ΠŸΡ€ΠΎΠ΅ΠΊΡ‚Ρ‹ "CV#3", "Museum", "Secret Task" ΠΏΡ€ΠΎΠ²Π΅Ρ€ΡΡŽΡ‚ΡΡ Π² Ρ…ΠΎΠ΄Π΅ [Cross-check](https://rs.school/ru/docs/cross-check-flow)
- АлгоритмичСскиС таски ΠΈ Π·Π°Π΄Π°Ρ‡ΠΈ ΠΈΠ· codewars ΠΏΡ€ΠΎΠ²Π΅Ρ€ΡΡŽΡ‚ΡΡ автоматичСски. Π’Π°ΡˆΠΈ Ρ€Π΅ΡˆΠ΅Π½ΠΈΡ Π½Π΅ΠΎΠ±Ρ…ΠΎΠ΄ΠΈΠΌΠΎ [ΡΠ°Π±ΠΌΠΈΡ‚Π½ΡƒΡ‚ΡŒ Π² RS APP](https://rs.school/ru/docs/rs-app-tasks) Π΄ΠΎ Π΄Π΅Π΄Π»Π°ΠΉΠ½Π°.
- Васки "CV#1. Markdown & Git", "CV#2. HTML, CSS & Git Basics" ΠΏΡ€ΠΎΠ²Π΅Ρ€ΡΡŽΡ‚ΡΡ автоматичСски.

### Как пСрСнСсти Π²Ρ‹ΠΏΠΎΠ»Π½Π΅Π½Π½Ρ‹Π΅ задания ΠΈΠ· ΠΏΡ€ΠΈΠ²Π°Ρ‚Π½ΠΎΠ³ΠΎ рСпозитория ΡˆΠΊΠΎΠ»Ρ‹ Π² свой Π»ΠΈΡ‡Π½Ρ‹ΠΉ Ρ€Π΅ΠΏΠΎΠ·ΠΈΡ‚ΠΎΡ€ΠΈΠΉ
Expand Down
12 changes: 6 additions & 6 deletions stage1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
#### September 30, 2025

- Cross-Check Reviews:
- [Cross-check review](https://rs.school/docs/ru/cross-check-flow) of project "[Portfolio. Part 1: Responsive Layout](./tasks/portfolio/portfolio-part-1.md)"
- [Cross-check review](https://rs.school/ru/docs/cross-check-flow) of project "[Portfolio. Part 1: Responsive Layout](./tasks/portfolio/portfolio-part-1.md)"

- Modules:
- [Module: HTML Forms & Validation](modules/html-form/)
Expand All @@ -151,7 +151,7 @@
#### October 7, 2025

- Cross-Check Reviews:
- [Cross-check review](https://rs.school/docs/ru/cross-check-flow) of the project "[Portfolio. Part 2: Adding Functionality](./tasks/portfolio/portfolio-part-2.md)"
- [Cross-check review](https://rs.school/ru/docs/cross-check-flow) of the project "[Portfolio. Part 2: Adding Functionality](./tasks/portfolio/portfolio-part-2.md)"

- Modules:
- [Module: Git Recap](modules/git-recap/)
Expand Down Expand Up @@ -185,7 +185,7 @@
#### October 21, 2025

- Cross-Check Reviews:
- [Cross-check review](https://rs.school/docs/ru/cross-check-flow) of the project [Clean Code S1E1](modules/clean-code/clean-code-s1e1.md)
- [Cross-check review](https://rs.school/ru/docs/cross-check-flow) of the project [Clean Code S1E1](modules/clean-code/clean-code-s1e1.md)

- Modules:
- [Module: Canvas API](modules/canvas-api/)
Expand Down Expand Up @@ -221,7 +221,7 @@
#### November 4, 2025

- Cross-Check Reviews:
- [Cross-check review](https://rs.school/docs/ru/cross-check-flow) of the project [Virtual Music Kit](./tasks/virtual-music-kit/)
- [Cross-check review](https://rs.school/ru/docs/cross-check-flow) of the project [Virtual Music Kit](./tasks/virtual-music-kit/)

- Modules:
- [Module: Chrome DevTools](modules/chrome-devtools/)
Expand Down Expand Up @@ -250,7 +250,7 @@
#### November 18, 2025

- Cross-Check Reviews:
- [Cross-check review](https://rs.school/docs/ru/cross-check-flow) of project [Pair 'em Up](./tasks/pair-em-up/)
- [Cross-check review](https://rs.school/ru/docs/cross-check-flow) of project [Pair 'em Up](./tasks/pair-em-up/)

- Modules:
- [Module: JavaScript. Classes & Prototypes](modules/classes-prototypes/)
Expand All @@ -267,7 +267,7 @@

## πŸ‘¨β€πŸ« Mentor activities

- [Course registration confirmation](https://rs.school/docs/ru/mentoring-kick-off)
- [Course registration confirmation](https://rs.school/ru/docs/mentoring-kick-off)

## ❓ FAQ

Expand Down
6 changes: 3 additions & 3 deletions stage1/modules/clean-code/clean-code-s1e1.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ No automatic code formatting tools are expected to be used at this task.
1. Use a personal **public** repository on GitHub to complete the task. Make a fork of the existing project or create a new one named `clean-code-s1e1` and copy the task project files (in this case the commit message for adding the files must start with `"init:"`).
2. One commit must contain changes related to a single point of the guidelines, the commit message must reflect all the changes made in the commit. Intersection of two or more rules in a single commit is acceptable only if compliance of one rule automatically leads to compliance of another one and it is impossible to separate them (all the rules must be listed in a commit message in this case).
3. Prettier or other automatic code formatting tools must not be used.
4. Each commit must be made according to the [commit requirements](https://rs.school/docs/ru/git-convention#трСбования-ΠΊ-ΠΈΠΌΠ΅Π½Π°ΠΌ-ΠΊΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²) and comply consistently with one of the [commit message style](#commit-message-style) options.
4. Each commit must be made according to the [commit requirements](https://rs.school/ru/docs/git-convention#трСбования-ΠΊ-ΠΈΠΌΠ΅Π½Π°ΠΌ-ΠΊΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²) and comply consistently with one of the [commit message style](#commit-message-style) options.
5. Create a new branch from `main` and name it `clean-code-s1e1`. All your changes must be made inside this new branch.
6. [The original application functionality](#application-functionality) must remain the same after all your changes or be fixed if necessary.
7. Once the task is completed, create a Pull Request from the branch `clean-code-s1e1` into `main` of your personal **public** repository.

**Warning!**: if you have forked the project, the default branch to create a PR will be `main` of the task description repository. You MUST change the repository and open a PR into the `main` branch of **YOUR** repository.

8. A Pull Request must be described according to [the following rules](https://rs.school/docs/ru/pull-request-review-process#трСбования-ΠΊ-pull-request-pr).
8. A Pull Request must be described according to [the following rules](https://rs.school/ru/docs/pull-request-review-process#трСбования-ΠΊ-pull-request-pr).
9. `main` branch must not be modified.
10. The PR must be open.
11. ❗ Submit your **Pull Request** link once the task is completed.
Expand Down Expand Up @@ -87,7 +87,7 @@ Commit messages must be written in English.

- To review the task you can open the repository locally or on GitHub.
- The cross-check form is built-in on [RS App](https://app.rs.school/) ("Cross-Check: Review"), or you can use a cross-check [checklist](https://rolling-scopes-school.github.io/checklist/) ("Clean code S1E1").
- [Cross-check flow](https://rs.school/docs/ru/cross-check-flow).
- [Cross-check flow](https://rs.school/ru/docs/cross-check-flow).

## Q&A

Expand Down
2 changes: 1 addition & 1 deletion stage1/modules/clean-code/materials/commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Long story short, all changes in a commit should be described by one sentence wi

```md
1. Task: [https://github.com/rolling-scopes-school/tasks/blob/master/tasks/fancy-weather.md]()
2. Screenshot: ![](https://rs.school/docs/ru/images/fancy-weather.png)
2. Screenshot: ![](https://rs.school/ru/docs/images/fancy-weather.png)
3. Deploy: [https://chakapega-fancy-weather.netlify.com/]()
4. Done 28.05.2020 / deadline 31.05.2020
5. Score: 220 / 300
Expand Down
2 changes: 1 addition & 1 deletion stage1/modules/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Practice: 4 hours

## Theory

1. You should read and remember [commits requirements](https://rs.school/docs/en/git-convention) in RS School
1. You should read and remember [commits requirements](https://rs.school/docs/git-convention) in RS School
2. Watch video materials [Git/GitHub theory](https://www.youtube.com/watch?v=SWYqp7iY_Tc) (~0.5 hour)
3. Watch this video together with practicing to use Git by yourself [Git Workshop [RU]](https://youtu.be/Dlr_E7WfA08) (0.5 hour)
4. Learn [Markdown's documentation](https://guides.github.com/features/mastering-markdown/) - you can start with basics and syntax and dive in other concepts when practice (0.5 hour)
Expand Down
Loading
Loading