- Choose an issue in repo (
https://github.com/Hexlet/hexlet-friends/issues
) - Read comments and if nobody took it yet make a comment
- Fork it
- Clone repo
git clone ssh://[email protected]/{your-nickname}/hexlet-friends.git
- Create your feature branch (
git checkout -b my-new-feature
) - Make changes
- Checkout Makefile or README.md for commands like
make check
make lint
make test
- Run tests and linters (
make check
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Check if Request passed GithubActions
- Wait, until PR is reviewed