From b5a8130cb059dbbbb0de4401971875e276465f96 Mon Sep 17 00:00:00 2001 From: Ryan Turner Date: Thu, 4 Sep 2025 10:22:36 +0100 Subject: [PATCH] Change Mermaid Codeblock to SVG for Workflow Example (#305) --- .github/images/workflow.svg | 4 ++++ README.md | 8 +------- 2 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 .github/images/workflow.svg diff --git a/.github/images/workflow.svg b/.github/images/workflow.svg new file mode 100644 index 0000000..f46fc90 --- /dev/null +++ b/.github/images/workflow.svg @@ -0,0 +1,4 @@ + + + +
Fork Repository
Create Branch
Make Changes
Submit PR
Review Process
diff --git a/README.md b/README.md index ce72782..35ea371 100644 --- a/README.md +++ b/README.md @@ -108,13 +108,7 @@ make -j$(nproc) We welcome contributions from the community! Here's how you can help: ### Development Workflow -```mermaid -graph LR - A[Fork Repository] --> B[Create Branch] - B --> C[Make Changes] - C --> D[Submit PR] - D --> E[Review Process] -``` +![](.github/images/workflow.svg "workflow example") ### Contribution Guidelines 1. **Fork** the repository