Skip to content

How To Contribute

Rohit edited this page Nov 8, 2016 · 1 revision

Thank you so much for wanting to contribute to clojure-recipes.

You can contribute by

  • By reporting issues in existing code
  • Submit new code

General guidelines

  • Let one commit be one logical unit e.g: "Example of core.async"
  • Send pull requests
  • Submit tests along with the code. Follow TDD.

The purpose of this repository is to have good learning material for clojure and there are no hard rules as such. Have fun.

Clone this wiki locally