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