CONTRIBUTING.md

Summary

Maintainability
Test Coverage
## Bug reports

If you have a bug report, please include as much information as possible to help us diagnose the issue:

*   A log of the console output if available
*   A backtrace or log file (--trace and --log)
*   If possible, a link to the source code for the website that is causing issues or a small example site that shows the
    same issues.

## Contributing code to usmu

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request