From 4564d255eb67667af873b019ece3f3da5790456c Mon Sep 17 00:00:00 2001 From: Jakub Holy Date: Tue, 5 Oct 2021 09:06:49 +0200 Subject: [PATCH] Add CONTRIBUTING.md w/ test instructions --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..bdfe1fa --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +Contributing +============ + +The same [guidelines as in cryogen-core](https://github.com/cryogen-project/cryogen-core/blob/master/CONTRIBUTING.md) apply here. + +Testing +------- + +Clone the repo locally and switch to the branch you want to try. Then: + + clojure -Sdeps '{:deps {c/c {:local/root "/path/to/cryogen"}}}' -Tclj-new create :template cryogen :name test1/myblog :force true