config/update_project_management #32

Merged
malo merged 8 commits from config/update_project_management into master 2022-11-22 02:33:49 +00:00
2 changed files with 40 additions and 0 deletions
Showing only changes of commit 5918a5cf1f - Show all commits

15
doc/work_flow.puml Normal file
View File

@ -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

25
doc/workflow.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.5 KiB