Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add API Review Process Documentation #53396

Merged
merged 10 commits into from
May 27, 2021
Prev Previous commit
Update wording.
333fred authored May 27, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f446eb2e385511f4cf4403ba4cb321b05853e39f
2 changes: 1 addition & 1 deletion docs/contributing/API Review Process.md
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ The rule of thumb is that we (**dotnet/roslyn**) review every public API that is
* **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 an issue you are the area owner for needs an hour or longer, send an email to roslynapiowners and we book dedicated time. We also book dedicated time for language feature APIs: any APIs added as part of a new language feature need to have a dedicated review session. Rule of thumb: if the API proposal has more than a dozen APIs, the APIs have complex policy, or the APIs are part of a feature branch, then you need 60 min or more. When in doubt, send mail to roslynapiowners.

The API review board currently meets biweekly.
The API review board currently meets every 2 weeks.

## Pull requests