Skip to content

Commit

Permalink
Adding contributions document
Browse files Browse the repository at this point in the history
  • Loading branch information
mogenslund committed Oct 24, 2019
1 parent a63f241 commit 44e0e99
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Contributing to Liquid
Anyone is welcome to submit pull requests for Liquid.

Here are some directions to consider before submitting a pull request:

* Liquid core should not depend on anything else than Clojure (or ClojureScript). If some important features requires dependencies they should be created as extensions.
* Supplying unit tests for new features will increase the likelihood of the pull request to be accepted. Existing unittest should of cause pass or be corrected to pass, if the change calls for unit tests to be adjusted.
* Documentation on functions will also increase the likelihood of the pull request to be accepted.
* The MIT license should not be compromised by the pull request.

0 comments on commit 44e0e99

Please sign in to comment.