From dbad87cebef749be1d149115fe1cda107e6972b3 Mon Sep 17 00:00:00 2001 From: Adrian Leonhard Date: Tue, 29 Aug 2017 17:28:14 +0200 Subject: [PATCH] [readme] Added FAQ: how long until PR merged? This is by far the question which gets asked the most on the DT gitter, so I thought it would be a good idea to add it to the FAQ. I don't really have any authority to answer the question, so the answer is mostly a placeholder at this point; it would be better to have an official answer. @andy-ms would you rather not be tagged after a week? --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 29d174ef77..24e6df865b 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,9 @@ This script uses [dtslint](https://github.com/Microsoft/dtslint). The `master` branch is automatically published to the `@types` scope on NPM thanks to [types-publisher](https://github.com/Microsoft/types-publisher). This usually happens within an hour of changes being merged. +#### I've submitted a pull request. How long until it is merged? +Usually a couple of days. PRs approved by a previous author are tagged `Merge: Express` and handled first. If nothing has happened in a week, @mention @andy-ms. + #### I'm writing a definition that depends on another definition. Should I use `` or an import? If the module you're referencing is an external module (uses `export`), use an import.