From 99020040f9c42fef897e7178793b78facc2d78c0 Mon Sep 17 00:00:00 2001 From: Keiichi Watanabe Date: Fri, 29 Oct 2021 12:10:30 +0900 Subject: [PATCH] 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 Commit-Queue: Dennis Kempin Tested-by: kokoro Reviewed-by: Dennis Kempin --- .github/pull_request_template.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9f318ec915..763ca73fb7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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.