1
0
mirror of https://github.com/ceph/go-ceph synced 2025-01-14 01:52:15 +00:00
go-ceph/.github/pull_request_template.md
John Mulligan fdc33a8e69 github: configure a pull request template
Template provides brief reminders on what the project expects on
all prs.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2019-12-12 16:17:31 -05:00

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