<div dir="ltr"><div>Hi Martin and Richard,</div><div><br></div><div>thanks for the fast reply. I will use branches (one master for QGIS3 and one for QGIS2) instead of folders in GitHub.</div><div><br></div><div>Best,</div><div><br></div><div>Sophie<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, 24 Aug 2018 at 11:11, Richard Duivenvoorde <<a href="mailto:rdmailings@duif.net">rdmailings@duif.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 08/24/2018 10:57 AM, Sophie Crommelinck wrote:<br>
> Hi,<br>
> <br>
> I would like to upload a QGIS3 version of a plugin that is now available<br>
> as QGIS2 version. Is there a general approach on how to structure the<br>
> plugin repository on GitHub accordingly? One idea would be to have two<br>
> folders e.g. 'QGIS2' and 'QGIS3' in the main plugin repository. Paolo<br>
> suggested there might be a general code of conduct on this one.<br>
<br>
Hi Sophie,<br>
<br>
not sure what the 'best' way is, but what I did when I created a new<br>
version of the pdokservicesplugin, is to create a separate  git branch<br>
for the qgis2 version, and I keep the master branch for qgis3, see<br>
<br>
<a href="https://github.com/rduivenvoorde/pdokservicesplugin/tree/qgis2branch" rel="noreferrer" target="_blank">https://github.com/rduivenvoorde/pdokservicesplugin/tree/qgis2branch</a><br>
vs<br>
<a href="https://github.com/rduivenvoorde/pdokservicesplugin/tree/master" rel="noreferrer" target="_blank">https://github.com/rduivenvoorde/pdokservicesplugin/tree/master</a><br>
<br>
I made QGIS3 'master' because the qgis2 branch will get unused in near<br>
future.<br>
<br>
I checked out both branches in different folders on my dev laptop, so<br>
can code/commit independently from each other.<br>
<br>
Regards,<br>
<br>
Richard Duivenvoorde<br>
_______________________________________________<br>
QGIS-Developer mailing list<br>
<a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank">QGIS-Developer@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a></blockquote></div>