mirror of https://github.com/ceph/go-ceph
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>
This commit is contained in:
parent
a713db983a
commit
fdc33a8e69
|
@ -0,0 +1,24 @@
|
|||
|
||||
<!--
|
||||
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
|
Loading…
Reference in New Issue