mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
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:
parent
80801406ce
commit
99020040f9
1 changed files with 2 additions and 5 deletions
7
.github/pull_request_template.md
vendored
7
.github/pull_request_template.md
vendored
|
@ -1,5 +1,2 @@
|
||||||
We don't accept any GitHub pull requests to crosvm. We use
|
We don't accept any GitHub pull requests to crosvm. We use [Chromium Gerrit](https://chromium-review.googlesource.com/) for the code review process.
|
||||||
[Chromium Gerrit](https://chromium-review.googlesource.com/) for the code review
|
See [the contribution guide](https://google.github.io/crosvm/contributing.html) for the details.
|
||||||
process. See
|
|
||||||
[the contribution guide](https://google.github.io/crosvm/contributing.html) for
|
|
||||||
the details.
|
|
||||||
|
|
Loading…
Reference in a new issue