-
Notifications
You must be signed in to change notification settings - Fork 61
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
Update Process README.md #219
Changes from 2 commits
dc15171
2ce240c
25be5fa
3751555
675e33a
cb1db42
9f2faba
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,16 @@ | |
The process is designed to be flexible to enable a Project to move in and out of a Working Group as deemed appropriate by the TAC. | ||
|
||
# II. Lifecycle | ||
<img align="top" src="https://github.com/ossf/tac/blob/main/process/TI-lifecycle-stages.png"> | ||
|
||
Working Groups and Projects have a different lifecycle as defined below: | ||
Technical Initiatives (TIs) include Working Groups (WGs), Special Interest Groups (SIGs) and Projects (both code and specificiations). All TIs follow a common lifecyle, with 4 stages: | ||
Check failure on line 27 in process/README.md GitHub Actions / Check Spelling
|
||
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. Maybe we could merge these descriptions / abbreviations with "I. Overview" and just use the abbreviations here?
lehors marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
lehors marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- 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 occuring | ||
lehors marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Each TI will haved equivellent, but slightly different requirements and benefits, depending on their stage in the lifecyle and are defined below: | ||
Check failure on line 34 in process/README.md GitHub Actions / Check Spelling
Check failure on line 34 in process/README.md GitHub Actions / Check Spelling
|
||
lehors marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
* [Working Group Life Cycle](working-group-lifecycle.md) | ||
* [Project Life Cycle](project-lifecycle.md) | ||
|
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.
Breaking up walls of text with images is nice, but do we want some sort of lead-in here like "Here are the four stages of the TI lifecycle:"?
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 actually don't think that this image really adds anything as it stands, it should at least have some arrows showing the progression from one stage to the other. Otherwise it's just duplicative of the bulleted list.
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'll add some arrows to illustrate workflow, thanks for the suggestion
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 actually replaced the image with a mermaid graph that has the arrows.