Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React: Add penalties for not following PR requirements #1330

Merged
1 change: 1 addition & 0 deletions react/modules/graphiql.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,5 @@ For the convenience of verification, it is **necessary** to record and post on Y
- [ ] Absence of prettier **-100 points**
- [ ] Absence of husky git hooks **-100 points**
- [ ] Usage 3rd party / open source libraries for prettifying, i18n **-150 points**
- [ ] Pull Request doesn't follow guideline (including checkboxes in Score) [PR example](https://docs.rs.school/#/en/pull-request-review-process?id=pull-request-description-must-contain-the-following): **-10 points**
- [ ] The administration reserves the right to apply penalties for the use of incorrect repository or branch names
1 change: 1 addition & 0 deletions react/modules/module01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Run app and check that the functionality is working (cross-check)
- Presence of _code-smells_ (God-object, chunks of duplicate code), commented code sections: **-10 points per each**
- Usage of Redux or other state management libraries: **-100 points**
- Usage of component libraries, e.g. Material UI, Ant Design: **-100 points**
- Pull Request doesn't follow guideline (including checkboxes in Score) [PR example](https://docs.rs.school/#/en/pull-request-review-process?id=pull-request-description-must-contain-the-following): **-10 points**

### Repository requirements

Expand Down
1 change: 1 addition & 0 deletions react/modules/module02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ A student can achieve a maximum of 100 points.
- Usage of Redux or other state management libraries: **-100 points**
- Usage of component libraries, e.g. Material UI, Ant Design: **-100 points**
- Commits after the deadline: **-40 points**
- Pull Request doesn't follow guideline (including checkboxes in Score) [PR example](https://docs.rs.school/#/en/pull-request-review-process?id=pull-request-description-must-contain-the-following): **-10 points**

### Repository Requirements

Expand Down
1 change: 1 addition & 0 deletions react/modules/module03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Run app and check that the functionality is working (cross-check)
- Usage of component libraries, e.g. Material UI, Ant Design: **-100 points**
- Test coverage is less than 80%: **-30 points**
- Commits after the deadline: **-40 points**
- Pull Request doesn't follow guideline (including checkboxes in Score) [PR example](https://docs.rs.school/#/en/pull-request-review-process?id=pull-request-description-must-contain-the-following): **-10 points**

### Repository requirements

Expand Down
1 change: 1 addition & 0 deletions react/modules/module04/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Run app and check that the functionality is working (cross-check)
- Usage of component libraries, e.g. Material UI, Ant Design: **-100 points**
- Test coverage is less than 80%: **-30 points**
- Commits after the deadline: **-40 points**
- Pull Request doesn't follow guideline (including checkboxes in Score) [PR example](https://docs.rs.school/#/en/pull-request-review-process?id=pull-request-description-must-contain-the-following): **-10 points**

### Repository requirements

Expand Down
1 change: 1 addition & 0 deletions react/modules/module05/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Run app and check that the functionality is working (cross-check)
- Usage of client state on page: **-20 points** per each
- Pages API isn't used: **-50 points**
- Commits after the deadline: **-40 points**
- Pull Request doesn't follow guideline (including checkboxes in Score) [PR example](https://docs.rs.school/#/en/pull-request-review-process?id=pull-request-description-must-contain-the-following): **-10 points**

### Repository requirements

Expand Down
Loading