Sha256: 1ea79473771d0b73c18b66a13dd7773b67555740bbf0f344dabb53cfe8f36762

Contents?: true

Size: 905 Bytes

Versions: 6

Compression:

Stored size: 905 Bytes

Contents

# Contributing to Lita

## Issues

Found a bug in Lita? Open an issue on [GitHub Issues](https://github.com/jimmycuadra/lita/issues). For general questions, feedback, and discussion, please visit [Google Groups](http://groups.google.com/group/litaio) or the `#lita.io` channel on the [Freenode IRC network](https://webchat.freenode.net/).

## 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 [Cane](https://github.com/square/cane). Run `cane`.
* Any new code paths you've added are covered by tests.
* Any new classes or methods you've added have API documentation compatible with [YARD](http://yardoc.org/). If you've significantly changed the behavior of an existing class or method, you should also update any existing API documentation.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lita-2.7.2 CONTRIBUTING.md
lita-2.7.1 CONTRIBUTING.md
lita-2.7.0 CONTRIBUTING.md
lita-2.6.0 CONTRIBUTING.md
lita-2.5.0 CONTRIBUTING.md
lita-2.4.0 CONTRIBUTING.md