Skip to content
David Nolen edited this page Dec 29, 2015 · 5 revisions

Contributor Agreement

The contribution process is modeled after Clojure's.

Please email David Nolen to obtain a contributor agreement. Once you have signed this you may submit pull requests.

Submitting Issues

Produce a minimal case and put this inline in the issue. Issues that do not follow this guidelines will be closed without further comment.

Pull Requests

Every pull request must reference an existing issue. Pull requests should always be single squashed commits. It is preferred that pull requests either add a devcard or a cljs.test test case demonstrating the issue has been resolved.

Please follow the coding style conventions present in the existing code base. If you have any questions at all about formatting, ask on the Om Slack channel or the ClojureScript IRC channel.