]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
updates correct branch to commit changes
authorRafi <rafibomb@users.noreply.github.com>
Mon, 2 May 2016 17:03:12 +0000 (10:03 -0700)
committerRafi <rafibomb@users.noreply.github.com>
Mon, 2 May 2016 17:03:12 +0000 (10:03 -0700)
CONTRIBUTING.md

index a07ced970bf315d8a7be2a25d06e583b3f7bf4a0..7a54eab441fd66d0f4f24b035c6267225ece5d23 100644 (file)
@@ -35,7 +35,7 @@ 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: `v2.0`
+  - Foundation for Emails 2.0+ changes: `develop`
 - **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