Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions content/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ For more information, visit [https://go.cms.gov/ospo](https://go.cms.gov/ospo).


#### External Talks
### 2026
- [Punch Tape: Inside the Federal Government's First OSPO](https://youtu.be/ZETBjaiI12M?si=bFgWPDrisDMxgIVc)
- [GW Open Source Conference: It Is Time: Succession Planning, Shepherding, and Sunsetting Open Source Projects](https://ospo.gwu.edu/oscon-2026-details)

##### 2025
- [FormFest: Forming an Open Source Culture in Federal Agencies](https://www.youtube.com/watch?v=J8iSJEEsysM)
- [DEFCon: CMS.gov OSPO One Year Later: Launching the Agency's First Bug Bounty](https://aicyberchallenge.com/def-con-33/)
Expand Down
12 changes: 6 additions & 6 deletions content/outbound/maturity-models-ladder-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ The Maturity Model Ladder Guide seeks to capture the ways repositories grow on t

| Growing to Tier X | Must Have / Mandatory | Nice to have / Recommended |
| :---- | :---- | :---- |
| Tier 1 | Documentation: README, CONTRIBUTING, LICENSE, SECURITY Policy | Receiving issues |
| Tier 2 | Documentation: Community Guidelines, Code of Conduct Actively working in the open within small teams Innersource Receiving and accepting issues | Guidelines for writing PRs Guidelines for reviewing PRs Formal team structure |
| Tier 3 | Accepting Pull Requests Development Practices: Testing Suite Contributing guidelines enforced Team structure enforced | Documentation: Community Governance Contributor Ladder |
| Tier 4 | Documentation: Community Governance Accept Roadmap Input Accept External Reviewers Contributor Ladder Accept Community Governance Development Practices: Releases | |
| Tier 1 | <ul><li>Documentation <ul><li>README.md</li><li>CONTRIBUTING.md</li><li>LICENSE</li><li>Security Policy</li><ul></li></ul>| <ul><li>Receiving issues</li></ul> |
| Tier 2 | <ul><li>Documentation <ul><li>Community Guidelines</li><li>Code of Conduct</li></ul></li><li>Actively working in the open within small teams</li><li>Innersource</li><li>Receiving and accepting issues</li> | <ul><li>Guidelines for writing PRs </li><li>Guidelines for reviewing PRs</li><li>Formal team structure</li></ul> |
| Tier 3 | <ul><li>Accepting Pull Requests</li><li>Development Practices <ul><li>Testing Suite</li></ul> </li><li>Contributing guidelines enforced</li><li>Team structure enforced</li></ul> | <ul><li>Documentation <ul><li>Community Governance</li><li>Contributor Ladder</li></ul></li></ul> |
| Tier 4 | <ul><li>Documentation <ul><li>Community Governance</li></ul></li><li>Accept Roadmap Input</li><li>Accept External Reviewers<ul><li>Contributor Ladder</li></ul></li><li>Accept Community Governance</li><li>Development Practices<ul><li>Releases</li></ul></li></ul> | |

### Tier 0 → 1: Private to Public

Expand Down Expand Up @@ -96,11 +96,11 @@ A tier 4 repository is a mature open source project with shared ownership betwee

- Documentation
- GOVERNANCE.md dictates the project’s governance structure establishing how the project is managed collaboratively with its community
- Contributor Ladder
- [Contributor Ladder](https://dsacms.github.io/ospo-guide/outbound/contributor-ladder/)
- Contributor, Maintainer, and Alumni roles are fulfilled by the community to assist the project team with development and maintenance
- Roadmap Input
- The roadmap is made public. Community input is welcome to shape the direction and future of the project
- Communication channels
- Usage of wikis, slack channels, and forums to host and promote discussions about the project
- Releases and versioning are essential to the project, providing a stable history of the project
- Follow [release guidelines](https://github.com/DSACMS/repo-scaffolder/blob/main/release-guidelines-template.md)
- Follow [release guidelines](https://github.com/DSACMS/repo-scaffolder/blob/main/release-guidelines-template.md)
Loading