diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-08-08 12:12:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-08 12:12:39 -0500 |
commit | 8cd4b772e90224b344010cc6c38cebe47ce10c48 (patch) | |
tree | 6c7480eda52af49ddc83716369b5b08d5b883016 | |
parent | c420a870c1b1bca7e740e8bb737ef2bcdb1a139d (diff) | |
parent | e9aba4a1fd6d254116cf7cd0cd06ec2e2670d59b (diff) | |
download | servo-8cd4b772e90224b344010cc6c38cebe47ce10c48.tar.gz servo-8cd4b772e90224b344010cc6c38cebe47ce10c48.zip |
Auto merge of #12772 - servo:jdm-patch-2, r=Manishearth
Avoid a common formatting problem in pull requests
Increase the likelihood of a newline separating the pull request description from the checklist in pull request descriptions.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12772)
<!-- Reviewable:end -->
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 8434ec91eea..919f2963a7b 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,6 @@ <!-- Please describe your changes on the following line: --> + --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors |