From 78d3159efac877d8ab19f20fc530d5b5dbdba448 Mon Sep 17 00:00:00 2001 From: NikitaZotov Date: Tue, 4 Feb 2025 12:03:34 +0300 Subject: [PATCH] [docs] Fix incorrects in CONTRIBUTING.md --- docs/CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 96a0829..0c62fc6 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -57,7 +57,7 @@ Possible tags: * `[refactor]` - commits with some code refactoring; * `[changelog]` - use when you update changelog; * `[docs]` or `[doc]` - use when you update documentation; - * `[scripts]` - updates in the `scp-machine/scripts` files + * `[scripts]` - updates in the `scp-machine/scripts` files; * `[ci]` - changes in `ci` configuration or scripts; * `[git]` - changes in `git` configuration; @@ -72,8 +72,6 @@ Last commit Init commit -In this example we add class to work with console (where implemented colored output), then in another commit we add implementation of colored log output. - *** Each commit should have not much differences excluding cases, with: