Skip to content

Commit

Permalink
Merge pull request #244 from cryogen-project/docs/add-contributing
Browse files Browse the repository at this point in the history
Add CONTRIBUTING.md w/ test instructions
  • Loading branch information
yogthos authored Oct 5, 2021
2 parents 3fba327 + 4564d25 commit 4d5f00a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4d5f00a

Please sign in to comment.