From 0fc2d862594ca6f27c4558444c82b86b270d82e0 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Sun, 12 Jan 2025 23:27:06 +0000 Subject: [PATCH] DEV: Remove pull_request_template (#30709) We'd like to enable the "default commit message: pull request title and body" option for squash merges. That means we need PR bodies to be clean, and do not want HTML comments like this template to end up becoming part of the commit message body. --- .github/pull_request_template.md | 8 -------- 1 file changed, 8 deletions(-) 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 a658c93f11e..00000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,8 +0,0 @@ - \ No newline at end of file