Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.72 KB

community.md

File metadata and controls

42 lines (23 loc) · 1.72 KB
title layout
Elastisch, a minimalistic Clojure client for ElasticSearch: Community
article

Mailing List

Elastisch has a mailing list. Feel free to join it and ask any questions you may have.

IRC

Feel free to stop by #clojurewerkz on irc.freenode.net. There is a Web IRC client if you need one.

News & Announcements on Twitter

To subscribe for announcements of releases, important changes and so on, please follow @ClojureWerkz on Twitter.

What is ClojureWerkz?

Elastisch is part of the group of libraries known as ClojureWerkz, together with Monger, Welle, Quartzite, Neocons, Langohr, Validateur, Spyglass and several others.

Reporting Issues

If you find a bug, poor default, missing feature or find any part of the API inconvenient, please file an issue on Github. If possible, try to explain what behavior you expected and why. Bonus points for contributing failing test cases.

Contributing

Elastisch uses Leiningen 2. Make sure you have it installed and then run tests against supported Clojure versions using

lein2 all test

Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on Github.