Skip to content

Commit a225524

Browse files
authored
Revise bug report template for GodotVMF
Updated the bug report template to include GodotVMF config instructions and modified checklist items.
1 parent 2a988d3 commit a225524

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,18 @@ assignees: ''
1010
**Describe the bug**
1111
A clear and concise description of what the bug is.
1212

13-
**Provide `vmf.config.json` if you have one**
13+
**GodotVMF config**
14+
Open `project.godot` as text file and look for `[godot_vmf]` section. Copy everything till the next section.
1415
```json
1516

17+
```
18+
In case there's no such section - specify `[DEFAULT]`
19+
20+
**Output log**
21+
```
22+
1623
```
1724

1825
**Make sure you:**
1926
- [ ] Read relevant to your problem documentation
20-
- [ ] Paths in your vmf.config are OK
27+
- [ ] Paths in Project Settings -> GodotVMF are OK

0 commit comments

Comments
 (0)