Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Official Docker Image

Hi David,

> In terms of contributing this (once I have something more extendable), is
> the workflow to first fork the Mosquitto github repo, then submit a pull
> request?

Yes that's right. I'd be happy to see this contributed as well.

You should read the CONTRIBUTING.md file as well - essentially you
need to sign the Eclipse CLA, and make your commit with the email
address you signed with and adding a Signed-Off-By line (git commit -s
does the job) to say that you are in accordance with the Eclipse
Certificate of Origin:

http://www.eclipse.org/legal/CoO.php

You'll note that the first line is "I have authored 100% of the
contribution." so your docker file that includes "Based on:" (other
work) is on shaky ground.

Cheers,

Roger


Back to the top