diff options
author | Josh Matthews <josh@joshmatthews.net> | 2016-08-08 13:04:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-08 13:04:21 -0400 |
commit | e9aba4a1fd6d254116cf7cd0cd06ec2e2670d59b (patch) | |
tree | 6c7480eda52af49ddc83716369b5b08d5b883016 | |
parent | c420a870c1b1bca7e740e8bb737ef2bcdb1a139d (diff) | |
download | servo-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.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 |