From 1899d92cdf16d86d7210aa49c30ad3dd3ba7dc4c Mon Sep 17 00:00:00 2001 From: Kaartic Sivaraam Date: Tue, 24 Mar 2020 01:03:52 +0530 Subject: [PATCH] PULL_REQUEST_TEMPLATE: request only issue number (#3545) For some time now, GitHub is showing cards when we hover over an issue number which gives us a quick summary of the issue. The issue title is shown in the card among other things. Given that and the fact that we already require the issue number to be specified in the pull request description, it's now moot to ask the contributors to include the issue title in the pull request description. So, let's remove this unnecessary burden from them. --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 8f0fb3ab4..7c14ea576 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ **Description (required)** -Fixes #{GitHub issue number} {Github issue title} +Fixes #{GitHub issue number} What changes did you make and why?