On Wed, Aug 21, 2019 at 11:01:41AM +0100, Daniel P. Berrangé wrote:
On Thu, Aug 15, 2019 at 02:22:52PM -0700, Sage Imel wrote:
> ---
> src/domain.rs | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
The change looks good, however, we need contributors to assert compliance
with the Developer Certificate of Origin:
https://developercertificate.org/
Assuming you're ok with what's described there, you simply need to
add 'Signed-off-by: Your Name <your@email>' in the commit message
of the change. This can be done with 'git commit -s' (--amend for
existing commits)
If you can resend with that done, i'll merge this.