Compare commits

..

No commits in common. "cd881da0720e7f287765af4e470246669e96e14c" and "775d766d14045c7c66a9a777825e3ff18b6751e7" have entirely different histories.

3 changed files with 0 additions and 46 deletions

View File

@ -264,9 +264,3 @@ Here you can change `package name` and `package version`.
![Status: Experimental](https://img.shields.io/badge/Status-WIP-red?style=flat-square) ![Status: Experimental](https://img.shields.io/badge/Status-WIP-red?style=flat-square)
This repository is maintained by Wyatt Studio but work is in progress. This repository is maintained by Wyatt Studio but work is in progress.
## Simple work flow diagramm
To sum up, here a simple work flow diagramm.
![Dev Wokflow](doc/workflow.svg)

View File

@ -1,15 +0,0 @@
@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

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.5 KiB