Skip to content
Snippets Groups Projects
Commit 3f74f2f6 authored by Marko Rintamäki's avatar Marko Rintamäki
Browse files

Delete template-statemachine.md

parent f85c45e4
No related branches found
No related tags found
No related merge requests found
Pipeline #405145 passed
# State machine - template
This is an example of drawing a state machine using Mermaid-script.
```mermaid
graph TD
Start-->|This is the text|Working
Working-->|Ask for feedback|Feedback
Feedback-->|Working based on the feedback|Working
Working-->|Think you are ready?|Review
Review-->|Accepted|Delivery
Delivery-->|You are free!!|Home!
Review-->|Needs more work|Working
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment