more making-of

This commit is contained in:
Madison Scott-Clary
2020-05-01 15:59:34 -07:00
parent d6aaf75831
commit 993de1a5be
16 changed files with 428 additions and 23 deletions

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

View 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";
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB