From 7826ba4358a76646a8bd1f852201c4fed2c81c38 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Sun, 23 Feb 2025 07:21:36 +1030 Subject: [PATCH] github: add reading check instruction to pr template --- .github/PULL_REQUEST_TEMPLATE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 7ca2a15f..44d0b785 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -13,4 +13,7 @@ Please make sure your commit message summary line and pull request title match the Go convention; a one-line summary of the change, prefixed by the primary affected package that should complete the sentence, "This change modifies Gonum to _____." + +Do not delete any of this templated text in the PR description, but +feel free to add additional context. -->