From 62a168d44fffdf33c66119808b541a9d2c153c45 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Wed, 20 May 2015 21:50:22 -0500 Subject: [PATCH] Contributing guidelines --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0922f0e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +- Fork repository +- Create a new git branch +- Make changes +- Run tests: `make test` +- If you change frontend code (js/css) make sure to rebuild assets: `make assets` +- Open a PR \ No newline at end of file