-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow-on update to SIG process #202
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,32 +6,48 @@ It is expected that the primary output of a SIG is not software. If the primary | |
|
||
SIG process should be minimal, however we do need some process to at least ensure we have an accurate list of all the active SIGs in the OpenSSF. This document uses "must" to describe what items are required, "should" to suggest items that should be strongly considered (but not required), and "may" for suggested guidance. | ||
|
||
The SIG life cycle begins with interested contributors deciding to undertake this process, at which time the SIG is `Tentative`. A SIG becomes `Active` when a governing body agrees to take it on, at which point the SIG goes about achieving its goals and deliverables. Once that work is completed, or if the effort stalls out, the SIG becomes `End-of-Life` and some administrative cleanup will be done. The details for each phase follow. | ||
The SIG life cycle begins with interested contributors deciding to undertake this process, starting with the steps listed under "To become `Sandbox`". A SIG becomes `Sandbox` when a governing body determines the SIG has completed the listed steps, and the governing body agrees to take on the SIG. Then the SIG goes about achieving its goals and deliverables. Once that work is completed, or if the effort stalls out, the SIG becomes `Archived` and the listed administrative cleanup will be done. Here are the details for how to move through the phases: | ||
|
||
## To become `Tentative`: | ||
|
||
* This is the default state of a new SIG that is not yet active | ||
|
||
## To become `Active`: | ||
## To become `Sandbox`: | ||
|
||
* There must be a proposal of the focus, intent, goals, and/or deliverables of the SIG | ||
* This could be in an Issue of the governing body's repository, a shared document, or in a README of the SIGs repository (if they have one) | ||
* The initial membership should be at least 3 individuals from 2 different organizations | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a recommendation ("should") but of course is up for discussion |
||
* A governing body must agree to govern the SIG | ||
* The governing body may have its membership vote, with notice given at the meeting prior to the vote | ||
|
||
## Once `Active`: | ||
## Once `Sandbox`: | ||
|
||
* The governing body must list information about the SIG on its README, including current state, chairs, and a statement of focus, intent, goals, and/or deliverables | ||
* SIGs may have regular meetings separate from their governing body, if so: | ||
* They should appear on the OpenSSF calendar | ||
* They should have a document with upcoming agendas and notes from past meetings | ||
* If the SIG starts to produce code or specifications, they should consider becoming a [project](./project-lifecycle.md) instead | ||
|
||
## To become `Incubating`: | ||
|
||
* The governing body must agree that the SIG has made substantial progress on a deliverable | ||
|
||
## Once `Incubating`: | ||
|
||
* The governing body should update the state of the SIG on its README | ||
|
||
## To become `Graduated`: | ||
|
||
* The governing body must agree that the SIG has completed a major deliverable | ||
|
||
## Once `Graduated`: | ||
|
||
* The governing body should update the state of the SIG on its README | ||
|
||
## To become `End-of-Life`: | ||
## To become `Archived`: | ||
|
||
* The chairs of a SIG can decide to conclude their work, in which case they must notify their governing body | ||
* The chairs of the governing body must periodically review their active SIGs and determine if any should end | ||
* This review should happen at least annually | ||
* The chairs of the governing body may have its membership vote, with notice given at the meeting prior to the vote | ||
|
||
## Once `End-of-Life` | ||
## Once `Archived` | ||
|
||
* The governing body must update their README to reflect that the SIG has ended | ||
* They should list the SIG as end-of-life instead of removing it completely | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am purposely omitting a recommendation of a group meeting before being considered a SIG; to enable async SIGs