From: Immo Landwerth Date: Wed, 27 May 2020 21:45:06 +0000 (-0700) Subject: Add information about API review schedule X-Git-Tag: submit/tizen/20210909.063632~7714^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41f3d773006bff5f5d744a663b4eaee801680af8;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Add information about API review schedule --- diff --git a/docs/project/api-review-process.md b/docs/project/api-review-process.md index 973e35d..a655094 100644 --- a/docs/project/api-review-process.md +++ b/docs/project/api-review-process.md @@ -38,6 +38,16 @@ APIs and some code samples that show how it should be used. If changes are neces replace the label `api-ready-for-review` with `api-needs-work`. * **Rejected**. In case we believe the proposal isn't a direction we want to go after, we simply write a comment and close the issue. +## Review schedule + + There are three methods to get an API review: + +* **Get into the backlog**. Generally speaking, filing an issue in `dotnet/runtime` and slapping the label `api-ready-for-review` on it will make your issue show up during API reviews. The downside is that we generally walk the backlog oldest-newest, so your issue might not be looked at for a while. +* **Fast track**. If you need to bypass the backlog apply both `api-ready-for-review` and `blocking`. All blocking issues are looked at before we walk the backlog. +* **Dedicated review**. If your issue needs an hour or longer, send an email to FXDC and we book dedicated time. Rule of thumb: if your API proposal has more than a dozen APIs or your APIs have complex policy, then you need 60 min or more. When in doubt, send mail to FXDC. + +Unfortunately, we have throughput issues and try our best to get more stuff done. We normally have one two-hour slot per week, but we're currently operating at three two hour slots. + ## Pull requests Pull requests against **dotnet/runtime** shouldn't be submitted before getting approval. Also, we don't want to get work in progress (WIP). The reason being that we want to reduce the number pending PRs so that we can focus on the work the community expects we take action on.