Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,43 @@ This strategy serves to create a responsive agile site that reduces costs while

This is accompished through the code.json metadata standard.

See further documentation [here](./docs/overview.md)

## What is Code-gov?

Code-gov is a github pages site that provides an inventory of federal government software projects. Similar to the previous iteration of code.gov developed and maintained at GSA. Unlike the previous version however this version is a static github pages site populated by GitHub action workflows that call Python scripts.


## What are the features of code-gov?

1. Open Source metadata

Code-gov hosts open source metadata for projects at many agencies throughout the federal government. This metadata has lots of different elements such as license information, labor hours worked, and the URL at which the project is primarily hosted.

2. Federal Open Source Policy Compliance

The site encourages developers that develop code for the Federal government to abide by Federal policy regarding source code. Key policy in this regard includes [OMB Memorandum M-16-21](https://www.opm.gov/about-us/open-government/digital-government-strategy/fitara/memorandum-for-open-source-software-policy/) as well as the [SHARE IT Act](https://www.congress.gov/bill/118th-congress/house-bill/9566).

3. Searchable Catalog

The site provides a Searchable catalog that allows users to see an inventory of Federal source code. This allows for users to find existing projects for their use cases such as contributing and finding similar existing work.

4. Encouraging Public Contributions

The site allows developers, businesses and citizens to view and assist with open issues and problems present on Federal open source projects.

5. Supports Innovation

Facilitates collaboration between government agencies and the tech community to improve public services.


## Who is code-gov for?

- Government Agencies
- Developers and Researchers
- Businesses and Startups

Code-gov is a comprehensive resource intended to promote open source standards and software reuse. Additionally, it is a great tool for government agencies as well as the developers that work with them. It provides a searchable catalog that can be used to see information about existing projects, thus promoting interoperability standards throughout the federal government and interdependent stakeholders.


# Digital Service at CMS (DSACMS)

Expand Down
Loading