From b541cfa89a71d240497b21536149f7803c955c7c Mon Sep 17 00:00:00 2001 From: Khionu Terabite Date: Sun, 6 Mar 2016 13:34:49 -0500 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..f0b416e84 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +### Contributing + +We welcome contributions, but we ask that you follow a few simple guidelines + +1. Please check the indev branch to make sure the issue hasn't already been patched. +2. If the issue hasn't been patched, edit the files in the **src folder** +3. Prior to making the PR, build the lib files by running `grunt --dev`