more making-of
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 500 KiB After Width: | Height: | Size: 503 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 42 KiB |
16
making-of/assets/workflow.dot
Normal file
16
making-of/assets/workflow.dot
Normal file
@ -0,0 +1,16 @@
|
||||
digraph workflow {
|
||||
node[shape="box"];
|
||||
|
||||
start[style=invis];
|
||||
end[style=invis];
|
||||
|
||||
start -> "Get a doofy idea" -> "Check out a doofy branch" ->
|
||||
"Write doofy idea" -> "Commit, push branch" -> "Edit" ->
|
||||
"Create pull request" -> "Get deploy preview from Netlify" ->
|
||||
"Show Patrons deploy preview early" -> "Merge pull request" -> end;
|
||||
|
||||
"Edit" -> "Write doofy idea";
|
||||
|
||||
|
||||
"Merge pull request" -> "Get a doofy idea";
|
||||
}
|
||||
BIN
making-of/assets/workflow.png
Normal file
BIN
making-of/assets/workflow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
Reference in New Issue
Block a user