@startuml Simple Developpment Workflow start :Create an issue; :Create branch related to the issue; repeat :Commit related to the issue; repeat while (feature is done) :Update coverage; :Close issue via last commit; :Rebase from `master`; :Create pull request; :Merge branches; :Update version; :Publish package; stop @enduml