Skip to content

Commit

Permalink
Merge pull request #219 from ossf/SecurityCRob-patch-1
Browse files Browse the repository at this point in the history
Update Process README.md
  • Loading branch information
SecurityCRob authored Nov 24, 2023
2 parents dc9a091 + 9f2faba commit b1d534e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions process/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# I. Overview

This document describes the Open Source Security Foundation (OpenSSF) life cycle process for Technical Initiatives, inclusive of Working Groups, Projects, and Special Interest Groups (SIG).
This document describes the Open Source Security Foundation (OpenSSF) lifecycle process for Technical Initiatives (TI) which include Working Groups (WG), Projects (developing code or specifications), and Special Interest Groups (SIG).

The authority that governs this process is as follows:

The parent organizational structure grants governance to the downward in the organizational structure. In turn the receiving Working Group, Project, or SIG reports health, participation, outcomes, statuses, etc up the chain.
The parent organizational structure grants governance to the downward entity in the organizational structure. In turn the receiving Working Group, Project, or SIG reports health, participation, outcomes, statuses, etc up the chain.

```mermaid
flowchart TD
Expand All @@ -23,7 +23,21 @@ The process is designed to be flexible to enable a Project to move in and out of

# II. Lifecycle

Working Groups and Projects have a different lifecycle as defined below:
All Technical Initiatives follow a common lifecycle, with 4 stages:

- Sandbox - for new efforts within the Foundation seeking to get started out within a community of like-minded contributors
- Incubating - for more mature and organized groups that have participated in the community for some period of time
- Graduated - for mature efforts that have a proven track-record of deliverables and adding value to the community
- Archived - for groups that either are feature-complete and retired, or that no longer has active contributions occurring

```mermaid
flowchart LR
A[Sandbox] --> B[Incubating]
B --> C[Graduated]
C --> D[Archived]
```

Each type of TI has equivalent, but slightly different requirements and benefits, depending on their stage in the lifecycle as defined below:

* [Working Group Life Cycle](working-group-lifecycle.md)
* [Project Life Cycle](project-lifecycle.md)
Expand Down
Binary file removed process/TI-lifecycle-stages.png
Binary file not shown.

0 comments on commit b1d534e

Please sign in to comment.