Avoid a common formatting problem in pull requests

Markdown syntax treats the text directly above ---- as `<h1>`, which is intimidating as a reviewer.
This commit is contained in:
Josh Matthews 2016-08-08 13:04:21 -04:00 committed by GitHub
parent c420a870c1
commit e9aba4a1fd

View file

@ -1,5 +1,6 @@
<!-- Please describe your changes on the following line: --> <!-- 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: --> <!-- 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 - [ ] `./mach build -d` does not report any errors