guard/guard-minitest

View on GitHub
CONTRIBUTING.md

Summary

Maintainability
Test Coverage
# Contribute to Guard::Minitest

## File an issue

You can report bugs and feature requests to [GitHub Issues](https://github.com/guard/guard-minitest/issues).

**Please don't ask question in the issue tracker**, instead ask them on at Stack Overflow and use the
[guard](http://stackoverflow.com/questions/tagged/guard) tag and/or [guard-minitest](http://stackoverflow.com/questions/tagged/guard-minitest).

Try to figure out where the issue belongs to: Is it an issue with Guard::Minitest itself or with Guard?

When you file a bug, please try to follow these simple rules if applicable:

* Make sure you've read the README carefully.
* Make sure you run Guard with `bundle exec` first.
* Add debug information to the issue by running Guard with the `--debug` option.
* Add your `Guardfile` and `Gemfile` to the issue.
* Make sure that the issue is reproducible with your description.

**It's most likely that your bug gets resolved faster if you provide as much information as possible!**

## Development

* Documentation hosted at [RubyDoc](http://rubydoc.info/github/guard/guard-minitest/master/frames).
* Source hosted at [GitHub](https://github.com/guard/guard-minitest).

Pull requests are very welcome! Please try to follow these simple rules if applicable:

* Please create a topic branch for every separate change you make.
* Make sure your patches are well tested. All specs run by Travis CI must pass.
* Update the [README](https://github.com/guard/guard-minitest/blob/master/README.md).
* Update the [CHANGELOG](https://github.com/guard/guard/blob/master/CHANGELOG.md) for noteworthy changes (don't forget to run `bundle exec pimpmychangelog` and watch the magic happen)!
* Please **do not change** the version number.

For questions please join us in our [Google group](http://groups.google.com/group/guard-dev) or on
`#guard` (irc.freenode.net).