diff --git a/PROCESS.md b/PROCESS.md index c3b55a90..eed30e85 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -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 diff --git a/feature-life-cycle.png b/feature-life-cycle.png deleted file mode 100644 index 38a1eb18..00000000 Binary files a/feature-life-cycle.png and /dev/null differ