fdaciuk/getmodule

View on GitHub
CONTRIBUTING.md

Summary

Maintainability
Test Coverage
# Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`, based on `dev`;
3. Write tests;
4. Commit your changes: `git commit -m 'Add some feature'`;
5. Push to the branch: `git push origin my-new-feature`
6. Submit a pull request :D

Enjoy ;)