From 818bea34a4a7b5b4ac804fde370a610b8bc4f826 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 5 Sep 2019 11:11:23 +0300 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE Ask people to delete the PR boilerplate text. --- .github/PULL_REQUEST_TEMPLATE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 93f90c6f10..018eafa91c 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,3 +1,5 @@ +Please, delete this in your PR, after reading it. + Please title your PR as follows: `time: fix foo bar`. Always start with the thing you are fixing, then describe the fix. Don't use past tense (e.g. "fixed foo bar").