From 0527b00d001f7f7f2d20c51b97a8e6f44d01bb48 Mon Sep 17 00:00:00 2001 From: Ben Hoyt Date: Thu, 24 Aug 2023 20:09:23 +1200 Subject: [PATCH] Remove the PR template (#997) It just gets in the way. You have to manually select and delete it from the PR description -- and that's easy to miss when you have a single commit and GitHub puts this text at the bottom of the nice commit message. More trouble than it's worth -- just delete it. You can be sure I'll ask the PR creator if it needs a better description. :-) --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index d4ce68023..000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1 +0,0 @@ -Please describe the *why* and the *how* of your change here.