We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65460bb + 819e11f commit 289e724Copy full SHA for 289e724
PROCESS.md
@@ -102,7 +102,18 @@ New features will progress through a sequence of stages before being added to th
102
103
The flow through these stages is depicted below:
104
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
+```
117
118
### Concept
119
feature-life-cycle.png
-28.6 KB
0 commit comments