Skip to content

use mermaid diagram instead of image #1544

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

Merged
merged 2 commits into from
Nov 7, 2024
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
13 changes: 12 additions & 1 deletion PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,18 @@ New features will progress through a sequence of stages before being added to th

The flow through these stages is depicted below:

![Feature Life Cycle Flow](./feature-life-cycle.png)
```mermaid
stateDiagram-v2
direction LR
Concept --> Proposal
state Development {
Proposal --> Experimentation
Experimentation --> Proposal
}
Development --> Stable
Stable --> Deprectated
Deprectated --> Removed
```

### Concept

Expand Down
Binary file removed feature-life-cycle.png
Binary file not shown.
Loading