Skip to content

Commit

Permalink
Create flow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janhalen authored Nov 28, 2023
1 parent 91b513a commit e047b4f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
```mermaid
flowchart LR
A[Proposal or Bug]-->|create issue|B[Discussion]
B-->C
C -->|Reject| F[Explain]-->|New knowledge|A
C{Decision}-->|Implement| D[Create branch]
D-->|Clone|E[Develop]
E-->|Test|I[Test Changes]
I-->G{PR}-->|Fail|E
G-->|Review|J[Code Review]
J-->|Accept|H[Merge]
H-->K[Deploy/Release]
```

0 comments on commit e047b4f

Please sign in to comment.