Skip to content

Commit 1899d92

Browse files
authored
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.
1 parent a31499b commit 1899d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Description (required)**
22

3-
Fixes #{GitHub issue number} {Github issue title}
3+
Fixes #{GitHub issue number}
44

55
What changes did you make and why?
66

0 commit comments

Comments
 (0)