From: Rafi Date: Wed, 4 May 2016 21:32:18 +0000 (-0700) Subject: adds direction for new features X-Git-Tag: v2.2.0~26^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e205bb0bf3e04ee27c69b7748163104024c9ae90;p=thirdparty%2Ffoundation%2Ffoundation-emails.git adds direction for new features --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a54eab4..fb94e7aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,8 @@ If you think you can solve a problem yourself, or want to implement a new featur - **Target the right branch.** So we can properly follow [semantic versioning](http://semver.org/), be sure to develop your pull request in the right branch: - Ink 1.0 changes: `master` - - Foundation for Emails 2.0+ changes: `develop` + - Foundation for Emails 2.0+ bug fixes: `develop` + - New features should be pointed to: `v2.2` - **Test, test, and test.** The Foundation frameworks are used by thousands and thousands of designers and developers, so making sure your changes work in every email client is important! Please test bug fixes or new features in Litmus, or another email testing service. ## Help Wanted