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:
John Mulligan 2019-12-11 15:19:11 -05:00 committed by John Mulligan
parent a713db983a
commit fdc33a8e69
1 changed files with 24 additions and 0 deletions

24
.github/pull_request_template.md vendored Normal file
View File

@ -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