Skip to content

Commit 289e724

Browse files
authored
Merge pull request #1544 from json-schema-org/gregsdennis/use-mermaid-diagram
use mermaid diagram instead of image
2 parents 65460bb + 819e11f commit 289e724

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

PROCESS.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,18 @@ New features will progress through a sequence of stages before being added to th
102102

103103
The flow through these stages is depicted below:
104104

105-
![Feature Life Cycle Flow](./feature-life-cycle.png)
105+
```mermaid
106+
stateDiagram-v2
107+
direction LR
108+
Concept --> Proposal
109+
state Development {
110+
Proposal --> Experimentation
111+
Experimentation --> Proposal
112+
}
113+
Development --> Stable
114+
Stable --> Deprectated
115+
Deprectated --> Removed
116+
```
106117

107118
### Concept
108119

feature-life-cycle.png

-28.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)