From 871529bc5a289a8b8909e954a9a1b21302efadeb Mon Sep 17 00:00:00 2001 From: Chris Missal Date: Fri, 15 Feb 2013 16:27:03 -0800 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 0000000..806dd77 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing + +You'd like to contribute? Great! Just a few things to be aware of. + +Please add tests for any additions. You'll need your own MailChimp account (free) and will need to modify the `mailchimp.config` that is created for you from the template when a build is completed. In this file, you'll add your api key and a list ID that is called `MasterListId`. + +Good luck and thanks for helping out! If you run into any problems, please submit an issue.