Skip to content

Commit 15c9934

Browse files
committed
Add upload checklist item for plugin repository validation
1 parent 2a953f8 commit 15c9934

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

qgis-app/plugins/templates/plugins/form_snippet.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ <h4 class="title is-5">{% trans "Pre-upload Checklist" %}</h4>
126126
&nbsp;{% trans "My plugin ZIP file follows the correct QGIS plugin structure (e.g. a top-level folder containing <code>metadata.txt</code> and <code>__init__.py</code>)." %}
127127
</label>
128128
</div>
129+
<div class="field">
130+
<label class="checkbox">
131+
<input type="checkbox" class="upload-checklist-item">
132+
&nbsp;{% trans "The plugin repository is not empty and contains the same source code as the ZIP file, excluding compiled files (e.g. <code>__pycache__</code>)." %}
133+
</label>
134+
</div>
129135
<div class="field">
130136
<label class="checkbox">
131137
<input type="checkbox" class="upload-checklist-item">

0 commit comments

Comments
 (0)