-
Notifications
You must be signed in to change notification settings - Fork 788
Contributing
jng5 edited this page Oct 14, 2014
·
1 revision
Looking to improve Antwort? Please read this page carefully before looking to contribute.
Please note Antwort uses template generated code, even before the build.html
file is generated. Using a generator system allows for shared code between multiple templates for faster development.
- Spacing and indenting is not uniform.
- Multiple occurrences of media query breakpoints, e.g.
@media screen and (max-width: 599px)
inbuild.html
This is not efficient but a result of a shared responsive css across all templates and a template-specific responsive styles.
This is not included because the Antwort open source templates are about learning how to code responsive layouts for Email. Therefore I want to keep the markup as pure HTML and CSS and workflow agnostic.
You can contribute and improve Antwort by making changes to the source [TEMPLATE_NAME].html
file.
Be sure to read about the known issues above. Changes related to spacing and said duplicate media query breakpoints may not be excepted.
- Please make your changes to a separate branch.
- If you are making a significant change, please run a Litmus or Email on Acid test and include a link to the results in your pull request. Untested changes are less likely to be merged.
- Submit pull request.