Skip to content

Commit 819e11f

Browse files
committed
save the file before committing
1 parent dbe803f commit 819e11f

File tree

1 file changed

+12
-1
lines changed

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

0 commit comments

Comments
 (0)