Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.86 KB

13.md

File metadata and controls

24 lines (21 loc) · 1.86 KB
play_number title
13
Default to open

When we collaborate in the open and publish our data publicly, we can improve Government together. By building services more openly and publishing open data, we simplify the public’s access to government services and information, allow the public to contribute easily, and enable reuse by entrepreneurs, nonprofits, other agencies, and the public.

Checklist

  1. Offer users a mechanism to report bugs and issues, and be responsive to these reports
  2. Provide datasets to the public, in their entirety, through bulk downloads and APIs (application programming interfaces)
  3. Ensure that data from the service is explicitly in the public domain, and that rights are waived globally via an international public domain dedication, such as the “Creative Commons Zero” waiver
  4. Catalog data in the agency’s enterprise data inventory and add any public datasets to the agency’s public data listing
  5. Ensure that we maintain the rights to all data developed by third parties in a manner that is releasable and reusable at no cost to the public
  6. Ensure that we maintain contractual rights to all custom software developed by third parties in a manner that is publishable and reusable at no cost
  7. When appropriate, create a versioned API for third parties and internal users to interact with the service directly
  8. When appropriate, publish source code of projects or components online
  9. When appropriate, share your development process and progress publicly

Key Questions

  • How are you collecting user feedback for bugs and issues?
  • If there is an API, what capabilities does it provide? Is it versioned? Who uses it? How is it documented?
  • If the codebase has not been released under an open source license, explain why.
  • What components are made available to the public as open source?
  • What datasets are made available to the public?