From 2af10e3589307fea749012a2d757feda0f4e108a Mon Sep 17 00:00:00 2001 From: Phil Runninger Date: Tue, 14 Jul 2020 08:49:44 -0400 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Use a shorter command to display the recent patches: replace `| head -2` with `-m2` grep switch; replace a `sed` with `cut` to get the line numbers. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 39959b4..d2e3b7d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,6 +17,6 @@ Closes #