diff --git a/doc/work_flow.puml b/doc/work_flow.puml new file mode 100644 index 00000000..5e6e983d --- /dev/null +++ b/doc/work_flow.puml @@ -0,0 +1,15 @@ +@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 \ No newline at end of file diff --git a/doc/workflow.svg b/doc/workflow.svg new file mode 100644 index 00000000..c8443191 --- /dev/null +++ b/doc/workflow.svg @@ -0,0 +1,25 @@ +Create an issueCreate branch related to the issueCommit related to the issuefeature is doneUpdate coverageClose issue via last commitRebase from `master`Create pull requestMerge branchesUpdate versionPublish package \ No newline at end of file