Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorImmo Landwerth <immol@microsoft.com>2022-02-17 23:36:25 +0300
committerGitHub <noreply@github.com>2022-02-17 23:36:25 +0300
commitea5376adf7bb963f76272b5077df45c252a5c15b (patch)
tree337d5a5e7255627a1b7bfdc41773628e7fe2b088 /docs
parente2b9ef3b81b6bc68c85f116704836eaf53fffc7e (diff)
Replace picture of API review process with diagram (#65527)
Diffstat (limited to 'docs')
-rw-r--r--docs/project/api-review-process.md23
-rw-r--r--docs/project/api-review-process.pngbin58636 -> 0 bytes
2 files changed, 22 insertions, 1 deletions
diff --git a/docs/project/api-review-process.md b/docs/project/api-review-process.md
index bb98907e741..eb618de6cc5 100644
--- a/docs/project/api-review-process.md
+++ b/docs/project/api-review-process.md
@@ -8,7 +8,28 @@ The rule of thumb is that we (**dotnet/runtime**) review every API that is being
## 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
diff --git a/docs/project/api-review-process.png b/docs/project/api-review-process.png
deleted file mode 100644
index 4a62bb3fba7..00000000000
--- a/docs/project/api-review-process.png
+++ /dev/null
Binary files differ