Skip to content

yudzhum/contrib-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

contrib-guide

Main steps

  1. Choose an issue in repo (https://github.com/User/repo/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}/repo.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

hexlet instruction for open-source participants:
https://ru.hexlet.io/blog/posts/participate-in-open-source https://ru.hexlet.io/blog/posts/Open-Source-github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published