From 339dcd330d218d708b284c079cf98ad98fd35e20 Mon Sep 17 00:00:00 2001 From: Lova ANDRIARIMALALA <43842786+Xpirix@users.noreply.github.com> Date: Wed, 31 Jan 2024 18:12:08 +0300 Subject: [PATCH] Add note for email usage in the plugin upload page (#346) --- .../templates/plugins/plugin_upload.html | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/qgis-app/plugins/templates/plugins/plugin_upload.html b/qgis-app/plugins/templates/plugins/plugin_upload.html index 495bc00d..e2b0f67f 100644 --- a/qgis-app/plugins/templates/plugins/plugin_upload.html +++ b/qgis-app/plugins/templates/plugins/plugin_upload.html @@ -13,6 +13,30 @@

{% trans "Upload a plugin" %}

{% endif %}
{% csrf_token %} {% include "plugins/form_snippet.html" %} +
+ + {% blocktrans %} + Please note that by uploading a plugin to the official QGIS plugin repository, + you agree that we will use your email to contact you. We will only contact + you for matters relating to the management of plugins and will not make + your email available to third parties for marketing purposes. + {% endblocktrans %} +
+
+ + {% blocktrans %} + By uploading your plugin to the QGIS plugin repository, + you agree to keep your email address current and to be + responsive to any correspondence we may send you + regarding the management of your plugin. We require + this in order to be able to provide our users assurance + that the plugins we host are well maintained and will be + fixed should serious issues arise during their use. + We reserve the right to hide or remove plugins in cases + where the plugin author is not contactable and there + are issues reported about a plugin. + {% endblocktrans %} +