Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.31 KB

community.md

File metadata and controls

31 lines (18 loc) · 1.31 KB
title layout
Validateur: Community
article

News & Announcements on Twitter

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

What is ClojureWerkz?

Project Name is part of the group of libraries known as ClojureWerkz, together with Monger, Welle, Quartzite, Neocons, Langohr, Elastisch 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

Validateur 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.