Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.29 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.29 KB

CircleCI Maintainability Test Coverage

Evrone Opensource

Improve READMEs of opensource projects.

This project scans GitHub and other sources for projects where README.md file can be improved.

On the next step, we fork and improve the readme (add syntax highlighting, fix formating and so on) in our forked repository.

Then we create a PR within cloned repository and after PR got approved by our team we propose changes to the original project.

Our mission is to make opensource projects better.

Documentation

Resources

Setup

  • GITHUB_ACCESS_TOKEN - token to access GitHub API
  • GIT_AUTHOR_EMAIL - email for creating commits
$ docker-compoer up
$ docker-compose exec app sh
$ rails s -b 0.0.0.0
$ rails test
$ rubocop