From 043fb8900f38ed12d8f14cc142f468798857ee9c Mon Sep 17 00:00:00 2001 From: Evgenii Korolevskii Date: Mon, 1 Aug 2022 01:10:29 +0200 Subject: [PATCH] advice on updating installers --- docs/contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributors.md b/docs/contributors.md index 527af88..8b0b807 100644 --- a/docs/contributors.md +++ b/docs/contributors.md @@ -75,6 +75,7 @@ Unit tests are in the `__tests__` folder, and end-to-end tests are in the `workf **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 open them one by one, try to find the reason for failing and make changes to your code to resolve the problem +> Sometimes you may need to update the installers you can do this with the `npm run update-installers` command - Maintainers will review your pull request - If a maintainer requests changes, first of all, try to think about his request critically and only after that implement and request 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