From dada7a32b3f56f34854ebd520435ef33e733a9c7 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 6 Feb 2023 16:58:41 -0500 Subject: [PATCH] github: fix linebreaks in pr template The linebreaks within the 2 bottom paragraphs look fine in an editor such as vim, but look odd when viewed as part of the PR on github. Improve the visuals and make it more readable in the github UI by removing linebreaks. Signed-off-by: John Mulligan --- .github/pull_request_template.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a62f463..31f7ee9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -25,14 +25,6 @@ Thank you for opening a pull request. Please provide: - [ ] Is this a new API? Added a new file that begins with `//go:build ceph_preview` - [ ] Ran `make api-update` to record new APIs -New or infrequent contributors may want to review the go-ceph [Developer's -Guide](https://github.com/ceph/go-ceph/blob/master/docs/development.md) -including the section on how we track [API -Status](https://github.com/ceph/go-ceph/blob/master/docs/development.md#api-status) -and the [API Stability -Plan](https://github.com/ceph/go-ceph/blob/master/docs/api-stability.md). +New or infrequent contributors may want to review the go-ceph [Developer's Guide](https://github.com/ceph/go-ceph/blob/master/docs/development.md) including the section on how we track [API Status](https://github.com/ceph/go-ceph/blob/master/docs/development.md#api-status) and the [API Stability Plan](https://github.com/ceph/go-ceph/blob/master/docs/api-stability.md). -The go-ceph project uses mergify. View the [mergify command -guide](https://docs.mergify.com/commands/#commands) for information on how to -interact with mergify. Add a comment with `@Mergifyio` `rebase` to rebase your -PR when github indicates that the PR is out of date with the base branch. +The go-ceph project uses mergify. View the [mergify command guide](https://docs.mergify.com/commands/#commands) for information on how to interact with mergify. Add a comment with `@Mergifyio` `rebase` to rebase your PR when github indicates that the PR is out of date with the base branch.