-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a63f241
commit 44e0e99
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |