mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
update mermaid diagram to avoid GH mermaid issues
Signed-off-by: Shaun Thompson <shaun.thompson@docker.com>
This commit is contained in:
parent
15e930b691
commit
6db3444a25
29
PROJECT.md
29
PROJECT.md
@ -313,9 +313,8 @@ Examples:
|
|||||||
```mermaid
|
```mermaid
|
||||||
flowchart LR
|
flowchart LR
|
||||||
create([New issue]) --> triage
|
create([New issue]) --> triage
|
||||||
subgraph triage[Triage]
|
subgraph triage[Triage Loop]
|
||||||
direction LR
|
review[Review]
|
||||||
review[Review] -- Feedback --> review
|
|
||||||
end
|
end
|
||||||
subgraph decision[Decision]
|
subgraph decision[Decision]
|
||||||
accept[Accept]
|
accept[Accept]
|
||||||
@ -376,14 +375,26 @@ A thorough and timely review process for pull requests (PRs) is crucial for main
|
|||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart LR
|
flowchart LR
|
||||||
triage([Triage]) --> draft[Draft PR]
|
triage([Triage])
|
||||||
draft --> review[PR Review]
|
draft[Draft PR]
|
||||||
draft -- Feedback --> draft
|
review[PR Review]
|
||||||
review --> closed{{Close PR}}
|
closed{{Close PR}}
|
||||||
review -- Feedback --> review
|
merge{{Merge PR}}
|
||||||
|
|
||||||
|
subgraph feedback1[Feedback Loop]
|
||||||
|
draft
|
||||||
|
end
|
||||||
|
subgraph feedback2[Feedback Loop]
|
||||||
|
review
|
||||||
|
end
|
||||||
|
|
||||||
|
triage --> draft
|
||||||
|
draft --> review
|
||||||
|
review --> closed
|
||||||
review --> draft
|
review --> draft
|
||||||
review --> merge{{Merge PR}}
|
review --> merge
|
||||||
```
|
```
|
||||||
|
|
||||||
## Handling stalled issues and pull requests
|
## Handling stalled issues and pull requests
|
||||||
|
|
||||||
Unfortunately, some issues or pull requests can remain inactive for extended periods. To mitigate this, automation is employed to prompt both the author and maintainers, ensuring that all contributions receive appropriate attention.
|
Unfortunately, some issues or pull requests can remain inactive for extended periods. To mitigate this, automation is employed to prompt both the author and maintainers, ensuring that all contributions receive appropriate attention.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user