mirror of
https://github.com/ceph/go-ceph
synced 2025-01-14 01:52:15 +00:00
fdc33a8e69
Template provides brief reminders on what the project expects on all prs. Signed-off-by: John Mulligan <jmulligan@redhat.com>
25 lines
564 B
Markdown
25 lines
564 B
Markdown
|
|
<!--
|
|
Thank you for opening a pull request. Please provide:
|
|
|
|
- A clear summary of your changes
|
|
|
|
- Descriptive and succinct commit messages with the format:
|
|
"""
|
|
[topic]: [short description]
|
|
|
|
[Longer description]
|
|
|
|
Signed-off-by: [Your Name] <[your email]>
|
|
"""
|
|
|
|
Topic will generally be the go ceph package dir you are working in.
|
|
|
|
- Ensure checklist items listed below are accounted for
|
|
-->
|
|
|
|
## Checklist
|
|
- [ ] Added tests for features and functional changes
|
|
- [ ] Public functions and types are documented
|
|
- [ ] Standard formatting is applied to Go code
|