mirror of
https://github.com/ceph/go-ceph
synced 2024-12-14 02:15:47 +00:00
dada7a32b3
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 <jmulligan@redhat.com>
1.3 KiB
1.3 KiB
Checklist
- Added tests for features and functional changes
- Public functions and types are documented
- Standard formatting is applied to Go code
- 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 including the section on how we track API Status and the API Stability Plan.
The go-ceph project uses mergify. View the mergify command guide 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.