Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Feb 7, 2021
1 parent d0154fb commit 94070b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arc-0001/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ graph LR
draft([Draft]) --> active([Active])
end
idea([Idea]) -.-> withdrawn([Withdrawn])
draft([Draft]) -.-> withdrawn([Withdrawn])
active([Active]) -.-> withdrawn([Withdrawn])
Expand Down

0 comments on commit 94070b2

Please sign in to comment.