github: Don't use 80-char rule in pull_request_template

Unlike usual markdowns, GitHub comments don't ignore line breaks. So we
should avoid breaking lines at the middle of paragraph.

BUG=none
TEST=none

Change-Id: I1dfc933c8cfba91d7a7b1e411b2cd4193a3487c5
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3251825
Auto-Submit: Keiichi Watanabe <keiichiw@chromium.org>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
Keiichi Watanabe 2021-10-29 12:10:30 +09:00 committed by Commit Bot
parent 80801406ce
commit 99020040f9

View file

@ -1,5 +1,2 @@
We don't accept any GitHub pull requests to crosvm. We use
[Chromium Gerrit](https://chromium-review.googlesource.com/) for the code review
process. See
[the contribution guide](https://google.github.io/crosvm/contributing.html) for
the details.
We don't accept any GitHub pull requests to crosvm. We use [Chromium Gerrit](https://chromium-review.googlesource.com/) for the code review process.
See [the contribution guide](https://google.github.io/crosvm/contributing.html) for the details.