Skip to content

Commit

Permalink
advice on updating installers
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Korolevskii committed Jul 31, 2022
1 parent ee11c4f commit 043fb89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 043fb89

Please sign in to comment.