Skip to content

Commit

Permalink
Merge pull request #1452 from stardustmeg/hangman-update-description
Browse files Browse the repository at this point in the history
fix: Hangman update description
  • Loading branch information
dzmitry-varabei authored Oct 11, 2024
2 parents 533a10e + ca34905 commit 64e5454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stage1/tasks/hangman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ At the [following link](https://www.figma.com/file/ug2NAUiXPpaFDvch5TWUxd/Hangma
## Repository requirements

- The task must be done in **\*private school's repository**.
- The code must be committed to a separate branch **named as the task**.
- The code must be committed to a separate branch **named as the task (`hangman`)**.
- The `main` (or old style master) branch **must be empty** (contain only files like README.md or .gitignore).
- Commit messages must follow the [guideline](https://docs.rs.school/#/git-convention)
- Once the work is finished, create a pull request from a **hangman** branch to **main** (or master).
Expand All @@ -77,7 +77,7 @@ At the [following link](https://www.figma.com/file/ug2NAUiXPpaFDvch5TWUxd/Hangma
- Outdated libraries (e.g. `JQuery`, etc.),
- Any JS libraries which are not devDependencies (e.g. `lodash`),
- `TypeScript`.
- You can use CSS preprocessors (`SASS`, `SCSS`) and `normalize.css`.
- You can use CSS preprocessors (`SASS`, `SCSS`) and `normalize.css` or `modern-normalize`.
- It is strongly recommended to use `eslint` and `prettier`.

## CrossCheck Criteria (150 points)
Expand Down

0 comments on commit 64e5454

Please sign in to comment.