mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Change Mermaid Codeblock to SVG for Workflow Example (#305)
This commit is contained in:
4
.github/images/workflow.svg
vendored
Normal file
4
.github/images/workflow.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 64 KiB |
@@ -108,13 +108,7 @@ make -j$(nproc)
|
|||||||
We welcome contributions from the community! Here's how you can help:
|
We welcome contributions from the community! Here's how you can help:
|
||||||
|
|
||||||
### Development Workflow
|
### Development Workflow
|
||||||
```mermaid
|

|
||||||
graph LR
|
|
||||||
A[Fork Repository] --> B[Create Branch]
|
|
||||||
B --> C[Make Changes]
|
|
||||||
C --> D[Submit PR]
|
|
||||||
D --> E[Review Process]
|
|
||||||
```
|
|
||||||
|
|
||||||
### Contribution Guidelines
|
### Contribution Guidelines
|
||||||
1. **Fork** the repository
|
1. **Fork** the repository
|
||||||
|
|||||||
Reference in New Issue
Block a user