From 5918a5cf1fee14222fcc3bbc828423f0feeb302a Mon Sep 17 00:00:00 2001 From: AN12345 Date: Mon, 21 Nov 2022 21:20:01 -0500 Subject: [PATCH] doc: add simple workflow diagramm --- doc/work_flow.puml | 15 +++++++++++++++ doc/workflow.svg | 25 +++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 doc/work_flow.puml create mode 100644 doc/workflow.svg 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