未验证 提交 ea5376ad 编写于 作者: I Immo Landwerth 提交者: GitHub

Replace picture of API review process with diagram (#65527)

上级 e2b9ef3b
...@@ -8,7 +8,28 @@ The rule of thumb is that we (**dotnet/runtime**) review every API that is being ...@@ -8,7 +8,28 @@ The rule of thumb is that we (**dotnet/runtime**) review every API that is being
## Process ## Process
![API Review Process](api-review-process.png) ```mermaid
sequenceDiagram
participant R as Requester
participant O as Runtime Owners
participant F as API review board (FXDC)
R ->> O: Files issue under dotnet/runtime
note over O: Assigns owner
note over R, O: Discussion
O ->> F: Label api-ready-for-review
note over F: Performs review
alt is accepted
F ->> R: Label api-approved
else is work needed
F ->> O: Label api-needs-work
else is rejected
F ->> R: Issue is closed
end
```
## Steps ## Steps
......
此差异由.gitattributes 抑制。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册