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
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