You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,14 @@ Steps to reproduce the behavior:
16
16
3. Scroll down to '....'
17
17
4. See error
18
18
19
-
Linking a minimal project that reproduces the issue may help:
19
+
Linking a minimal project that reproduces the issue may help.
20
+
Important rules when making such project:
20
21
- Keep it to a minimum, if possible no steps required after launching, or just press one key or button to trigger the test. The more complicated a project is, the more effort it takes to inspect, understand and isolate the issue.
21
22
- Remove any scripts, nodes and assets that aren't necessary to reproduce the issue.
22
23
- Don't use fullscreen or large screen size.
23
24
- If scripts are needed, prefer GDScript, as C# is harder to setup
25
+
- Don't embed scripts or shaders inside resource or scenes, save them as their own files
26
+
- Prefer resources in text format (.tres, .tscn) instead of binary
24
27
25
28
If you see any errors in the console, that may also help.
0 commit comments