We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a988d3 commit a225524Copy full SHA for a225524
.github/ISSUE_TEMPLATE/bug_report.md
@@ -10,11 +10,18 @@ assignees: ''
10
**Describe the bug**
11
A clear and concise description of what the bug is.
12
13
-**Provide `vmf.config.json` if you have one**
+**GodotVMF config**
14
+Open `project.godot` as text file and look for `[godot_vmf]` section. Copy everything till the next section.
15
```json
16
17
+```
18
+In case there's no such section - specify `[DEFAULT]`
19
+
20
+**Output log**
21
22
23
```
24
25
**Make sure you:**
26
- [ ] Read relevant to your problem documentation
-- [ ] Paths in your vmf.config are OK
27
+- [ ] Paths in Project Settings -> GodotVMF are OK
0 commit comments