webdestroya/showfix

View on GitHub
CONTRIBUTING.md

Summary

Maintainability
Test Coverage
# Contributing to Showfix

## Issues

Found a bug in Showfix? Open an issue on [GitHub Issues](https://github.com/webdestroya/showfix/issues).

## Pull requests

Ready to submit a pull request? Great! Contributions are most welcome. To get your contributions accepted, make sure:

* All the tests pass. Run `rspec`.
* No code quality warnings are generated by [RuboCop](https://github.com/bbatsov/rubocop). Run `rubocop`.
* Any new code paths you've added are covered by tests.