Sha256: 3aad3623a05e92a2cbdcae872c20a2b4e0914c8ec913e4781179da28d401b3d3
Contents?: true
Size: 915 Bytes
Versions: 8
Compression:
Stored size: 915 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 [RuboCop](https://github.com/bbatsov/rubocop). Run `rubocop`. * 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
8 entries across 8 versions & 1 rubygems