From f9b96e04335a2bd63ce40d79ada9a237228fa068 Mon Sep 17 00:00:00 2001 From: Evgenii Korolevskii <102794661+e-korolevskii@users.noreply.github.com> Date: Mon, 25 Jul 2022 12:27:29 +0200 Subject: [PATCH] Update docs/contributors.md Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com> --- docs/contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributors.md b/docs/contributors.md index c7ef5c4..9f7b847 100644 --- a/docs/contributors.md +++ b/docs/contributors.md @@ -75,7 +75,7 @@ Adding or changing tests is an integral part of making a change to the code. The **Once you've filed the pull request:** -- CI will start automatically with some checks. Wait until the end of the execution and make sure that all checks passed successfully. If some checks fail, you can make changes to your code +- CI will start automatically with some checks. Wait until the end of the execution and make sure that all checks passed successfully. If some checks fail, you can open them one by one, try to find the reason for failing and make changes to your code to resolve the problem - One or more maintainers will use GitHub's review feature to review your pull request - If the maintainer asks for any changes, edit your changes, push, and ask for another review - If your PR gets accepted, it will soon be merged into the main branch. But your contribution will take effect only after the release of a new version of the action