- **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