Skip to content

Commit

Permalink
Merge pull request #20 from FMotalleb/FMotalleb-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
FMotalleb authored Sep 10, 2023
2 parents 216e742 + d5b04b4 commit bc875e6
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,33 +81,5 @@ Please note that these tasks represent the current project status and planned de

## Development

```mermaid
flowchart TB
subgraph "Master Channel"
A((Main Branch)) -->|Start| B[Release Tag]
end
subgraph "CD"
B -->|Build Image| M[Docker Image Build]
end
subgraph "Feature Development"
A --> C[Create Branch Per Feature]
C -->|Create| F((Feature Development))
F -->|Develop| G[Create Pull Request]
G -->|Pass?| H((Actions Pass?))
H -->|No| F
H -->|Yes| A
end
%% Descriptions
style B fill:#44bd32,stroke:#333,stroke-width:2px
style M fill:#192a56,stroke:#333,stroke-width:2px
style C fill:#c23616,stroke:#333,stroke-width:2px
style A stroke:#333,stroke-width:2px
style F stroke:#333,stroke-width:2px
style G stroke:#333,stroke-width:2px
style H stroke:#333,stroke-width:2px
style B stroke:#333,stroke-width:2px
style M stroke:#333,stroke-width:2px
style C stroke:#333,stroke-width:2px
```
![DevFlow](https://github.com/FMotalleb/cord-locator/assets/30149519/33bfc423-cb14-48b6-ac95-120dfcf946ac)

0 comments on commit bc875e6

Please sign in to comment.