Created
February 5, 2018 20:41
-
-
Save kkeisuke/6efe92d2e0e22cf3dea20a3055666dbd to your computer and use it in GitHub Desktop.
PlantUML 導入フロー
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @startuml | |
| skinparam shadowing false | |
| start | |
| !define editor vscode\nオンラインエディターなど | |
| !define service Kibela\nGitLabなど | |
| :PlantUML を導入したい; | |
| if (共有範囲) then (一人) | |
| :editor; | |
| :service; | |
| else (チーム) | |
| if (マネジメントの理解) then (ある) | |
| :service; | |
| else (ない) | |
| if (メンバーの理解) then (ある) | |
| :editor; | |
| else (ない) | |
| :仲間を増やす\n根回し; | |
| endif | |
| :service; | |
| endif | |
| endif | |
| :PlantUML を導入; | |
| :運用・浸透; | |
| stop | |
| @enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment