From b6ecaa8645e7a06adb7055d4731f1617efd204aa Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:56:26 +0200 Subject: [PATCH] fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f4a42760..212debf8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ https://github.com/openglobus/openglobus/blob/master/.editorconfig 1) Branch must looks like this: `feature/_` or `bugfix/_` -2) Each commit must start with an issue ID like this `#`, so be sure that the issue is exists. +2) Each commit must start with an issue ID like this `#`, so be sure that the issue exists. 3) Finally, all checks in PR must be approved and PR link must be added in the issue comments.