Skip to content

Commit 2c24f6b

Browse files
docs: update CONTRIBUTING.md
1 parent bd4ac72 commit 2c24f6b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Here you find all which using in project:
2828
- // MARK: - Private Methods
2929
- // MARK: - Ovveride
3030
- // MARK: - Layout
31-
- // MARK: - Models
3231

3332
If you can't find valid, add new to codestyle agreements please. Other can be use if class is large and need struct it even without adding to codestyle agreements.
3433

@@ -40,14 +39,14 @@ If you can't find valid, add new to codestyle agreements please. Other can be us
4039

4140
### Guideline
4241

43-
- `init:` - used to start a project. Examples:
42+
- `init:` - used to start a project or task. Examples:
4443

4544
```
4645
init: start youtube-task
4746
init: start mentor-dashboard task
4847
```
4948
50-
- `feat:` - this is the implemented new functionality from the terms of reference (added zoom support, added footer, added a product card). Examples:
49+
- `feat:` - describes implementing new functionality from the terms of reference (added zoom support, added footer, added a product card). Examples:
5150
5251
```
5352
feat: add basic page layout
@@ -61,7 +60,7 @@ If you can't find valid, add new to codestyle agreements please. Other can be us
6160
feat: add real social icons
6261
```
6362
64-
- `fix:` - fixed a bug in previously implemented functionality. Examples:
63+
- `fix:` - describes fixing a bug in previously implemented functionality. Examples:
6564
6665
```
6766
fix: implement correct loading data from youtube

0 commit comments

Comments
 (0)