mirror of
https://github.com/discourse/discourse.git
synced 2025-01-16 02:02:41 +08:00
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:
parent
7a4da92657
commit
0fc2d86259
8
.github/pull_request_template.md
vendored
8
.github/pull_request_template.md
vendored
|
@ -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.
|
|
||||||
-->
|
|
Loading…
Reference in New Issue
Block a user