From 7571048f42c069e798d24d9bcbfaad3d4e71c97e Mon Sep 17 00:00:00 2001 From: nikkeyl <131481562+nikkeyl@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:52:23 +0300 Subject: [PATCH 1/3] fix: deps Signed-off-by: nikkeyl <131481562+nikkeyl@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a13b040..6a06700 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@commitlint/types": "^19.5.0", - "editorconfig-checker": "^6.0.0", + "editorconfig-checker": "^5.1.6", "git-pull-run": "^1.4.0", "husky": "^9.1.6", "lint-staged": "^15.2.10", From b262d4c0598a63fc3d1f6ca84c81f51e59c054ac Mon Sep 17 00:00:00 2001 From: nikkeyl <131481562+nikkeyl@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:55:56 +0300 Subject: [PATCH 2/3] docs: fix formatting --- CONTRIBUTING.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ebcb9d..a695cbc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,10 +33,10 @@ If you have found a bug, please follow these steps: 1. Complete the form with as much detail as possible, including: - - Steps to reproduce the issue; - - Expected behavior; - - Actual behavior; - - Any relevant logs or screenshots; + - Steps to reproduce the issue; + - Expected behavior; + - Actual behavior; + - Any relevant logs or screenshots; ## Suggesting Features @@ -46,9 +46,9 @@ Have an idea to improve the project? We want to hear it! 1. Provide a comprehensive description of the feature, including: - - Problem it solves; - - Benefits of the feature; - - Any potential drawbacks or considerations; + - Problem it solves; + - Benefits of the feature; + - Any potential drawbacks or considerations; ## Improve Documentation @@ -56,10 +56,10 @@ We appreciate any efforts to enhance our documentation! 1. Go to `Issue > New Issue > Report a Docs Issue`. - - Indicate what part of the documentation needs improvement - and suggest your updates; + - Indicate what part of the documentation needs improvement + and suggest your updates; - - Be specific about what you believe needs clarification - or additional detail; + - Be specific about what you believe needs clarification + or additional detail; Thank you for your contributions! Together, we can make this project even better. From e09259863c5f908bdde911722300ff51eaf83cf9 Mon Sep 17 00:00:00 2001 From: nikkeyl <131481562+nikkeyl@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:57:45 +0300 Subject: [PATCH 3/3] refactor: small changes --- .ecrc | 1 + CONTRIBUTING.md | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.ecrc b/.ecrc index acd3772..f4c1397 100644 --- a/.ecrc +++ b/.ecrc @@ -1,6 +1,7 @@ { "exclude": [ "config.yml", + "CONTRIBUTING.md", "README.md" ] } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a695cbc..5ebcb9d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,10 +33,10 @@ If you have found a bug, please follow these steps: 1. Complete the form with as much detail as possible, including: - - Steps to reproduce the issue; - - Expected behavior; - - Actual behavior; - - Any relevant logs or screenshots; + - Steps to reproduce the issue; + - Expected behavior; + - Actual behavior; + - Any relevant logs or screenshots; ## Suggesting Features @@ -46,9 +46,9 @@ Have an idea to improve the project? We want to hear it! 1. Provide a comprehensive description of the feature, including: - - Problem it solves; - - Benefits of the feature; - - Any potential drawbacks or considerations; + - Problem it solves; + - Benefits of the feature; + - Any potential drawbacks or considerations; ## Improve Documentation @@ -56,10 +56,10 @@ We appreciate any efforts to enhance our documentation! 1. Go to `Issue > New Issue > Report a Docs Issue`. - - Indicate what part of the documentation needs improvement - and suggest your updates; + - Indicate what part of the documentation needs improvement + and suggest your updates; - - Be specific about what you believe needs clarification - or additional detail; + - Be specific about what you believe needs clarification + or additional detail; Thank you for your contributions! Together, we can make this project even better.