aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2016-08-08 13:04:21 -0400
committerGitHub <noreply@github.com>2016-08-08 13:04:21 -0400
commite9aba4a1fd6d254116cf7cd0cd06ec2e2670d59b (patch)
tree6c7480eda52af49ddc83716369b5b08d5b883016
parentc420a870c1b1bca7e740e8bb737ef2bcdb1a139d (diff)
downloadservo-e9aba4a1fd6d254116cf7cd0cd06ec2e2670d59b.tar.gz
servo-e9aba4a1fd6d254116cf7cd0cd06ec2e2670d59b.zip
Avoid a common formatting problem in pull requests
Markdown syntax treats the text directly above ---- as `<h1>`, which is intimidating as a reviewer.
-rw-r--r--PULL_REQUEST_TEMPLATE.md1
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