- Intro: The Design and Structure of a News Application
- News Apps Style Guide
- Coding Manifesto
- Social Tagging Guide
- Data Bulletproofing Guide
These guides are copyright 2013 Pro Publica, Inc. and are licensed under a Creative Commons BY-NC 3.0 license. You are free to share and to remix them, though not to use them commercially without permission.
You can submit issues using Github Issues.
- Fork it
- Create your branch (
git checkout -b my-guide
) - Commit your changes (
git commit -am "Proposed Change"
) - Push your branch (
git push origin my-guide
) - Send a pull request