mineur/instagram-parser

View on GitHub
docs/contributing.md

Summary

Maintainability
Test Coverage
# Contributing
- Fork it: `git clone https://github.com/{YOUR_USERNAME}/instagram-parser.git`
- Checkout your branch: 
    - `git checkout -b feature/your-feature-name`
    - `git checkout -b fix/your-fix-name`
- Make your changes, add the tests and pass it: `bin/phpunit`
- Fix the code format: `composer fix-code`
- Commit your changes: `git commit -am 'Your descriptive commit'`
- Push your changes: `git push origin your-branch-name`
- Submit your pull request with a good description.