@@ -1,3 +1,11 @@
# Godot bug reports
The list of minimal projects to reproduce bugs I have spotted.
+
+## Make a minimal project
+Package it in a zip, without the `.godot` folder.
+```sh
+zip -r folder_name folder_name -x folder_name/.godot/\*
+```