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.
This commit is contained in:
David Taylor 2025-01-12 23:27:06 +00:00 committed by GitHub
parent 7a4da92657
commit 0fc2d86259
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +0,0 @@
<!--
NOTE: All pull requests should have:
- Tests (rspec in Ruby, qunit in JavaScript). If no tests are included, please explain why.
- A descriptive title and description with context about the changes.
- Good commit messages with the correct prefixes, see: https://meta.discourse.org/t/-/19392
- When there are UX/UI changes, please add before/after screenshots, including mobile and desktop.
- For flakey tests, please describe the error you were having.
-->