Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/propublica/guides
ProPublica's News App and Data Style Guides
https://github.com/propublica/guides
Last synced: 3 months ago
JSON representation
ProPublica's News App and Data Style Guides
- Host: GitHub
- URL: https://github.com/propublica/guides
- Owner: propublica
- License: other
- Created: 2013-02-14T19:33:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T16:45:56.000Z (over 2 years ago)
- Last Synced: 2024-07-18T14:42:01.027Z (4 months ago)
- Homepage:
- Size: 87.9 KB
- Stars: 1,178
- Watchers: 99
- Forks: 160
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProPublica's Nerd Guides
## Table of Contents
1. [Intro: The Design and Structure of a News Application](design-structure.md)
2. [Data Style Guide](news-apps.md)
3. [Data Bulletproofing Guide](data-bulletproofing.md)## License
These guides are copyright 2018 Pro Publica, Inc. and are licensed under a [Creative Commons BY-NC 3.0](http://creativecommons.org/licenses/by-nc/3.0/) license. You are free to share and to remix them, though not to use them commercially without permission.
## Discuss
You can submit issues using [Github Issues](https://github.com/propublica/guides/issues).
## Contributing
1. Fork it
2. Create your branch (`git checkout -b my-guide`)
3. Commit your changes (`git commit -am "Proposed Change"`)
4. Push your branch (`git push origin my-guide`)
5. Send a pull request