From a4b89f10348f66464ccc33a60761bce29a3a0559 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Mon, 27 Nov 2017 23:24:42 +0100 Subject: [PATCH] github: remove the trick to download the PR Signed-off-by: Nicolas Sebrecht --- .github/PULL_REQUEST_TEMPLATE.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f41dae2..36381f9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,4 @@ -> This v1.0 template stands in `.github/`. - -### Peer reviews - -Trick to [fetch the pull -request](https://help.github.com/articles/checking-out-pull-requests-locally): -there is a (read-only) `refs/pull/` namespace. - -``` bash -git fetch OFFICIAL_REPOSITORY_NAME pull/PULL_ID/head:LOCAL_BRANCH_NAME -``` +> This v1.1 template stands in `.github/`. ### This PR