Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 682 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (14 loc) · 682 Bytes

Main steps

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