diff --git a/Plugin-migration-to-QGIS-3.md b/Plugin-migration-to-QGIS-3.md index 80c9936..ad2443b 100644 --- a/Plugin-migration-to-QGIS-3.md +++ b/Plugin-migration-to-QGIS-3.md @@ -1 +1,9 @@ -Please add here a guide for the migration, with a list of useful resources. \ No newline at end of file +Please add here a guide for the migration, with a list of useful resources. + +Among the necessary info: +* API breaks documentation +* Python API docs from Denis +* From2to3 script from Jürgen +* QGIS3 compat module (so 3.x plugins will also work on 2.18) from Matthias. + +When completed, we need to put out a call for plugin authors to start porting. \ No newline at end of file