Skip to content

Commit 729c820

Browse files
committed
docs: Replace DOT with Mermaid
1 parent 6e9abe9 commit 729c820

File tree

3 files changed

+12
-109
lines changed

3 files changed

+12
-109
lines changed

Docs/Contributing.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,18 @@ If you'd like to add a feature, you can get started immediately. However, we wou
4444

4545
The following diagram shows the required order (solid lines) and recommended order (dashed lines):
4646

47-
![Visual representation of the process a feature goes through, described below](Images/Feature%20process.svg)
47+
```mermaid
48+
flowchart
49+
roadmapCreated(["Road-map (created)"])
50+
roadmapApproved(["Road-map (approved)"])
51+
discussion(["Discussion (1 week)"])
52+
prDraft(["Pull request (draft)"])
53+
prReadyForReview(["Pull request (ready for review)"])
54+
prApproved(["Pull request (approved)"])
55+
roadmapCreated --> roadmapApproved
56+
discussion --> roadmapApproved & prReadyForReview --> prApproved
57+
roadmapCreated -.-> discussion -.-> prDraft -.-> prReadyForReview
58+
```
4859

4960
All new features must result in the following three things existing:
5061

Docs/Images/Feature process.dot

Lines changed: 0 additions & 11 deletions
This file was deleted.

Docs/Images/Feature process.svg

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)