feature: add anew templates

This commit is contained in:
Ben Hong
2021-10-07 23:06:11 -04:00
parent 3581c213ea
commit 4a4e8a047f
71 changed files with 881 additions and 61 deletions

View File

@@ -0,0 +1,9 @@
```mermaid
stateDiagram-v2
[*] --> Still
Still --> [*]
Still --> Moving
Moving --> Still
Moving --> Crash
Crash --> [*]
```