mirror of
https://github.com/minetest-mods/i3.git
synced 2025-04-02 19:20:20 +02:00
Update issue templates
This commit is contained in:
parent
f0d1caa1b4
commit
11e19dd80a
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Additional context**
|
||||
- Mod version? Release or git?
|
||||
- Engine version?
|
||||
- LuaJIT enabled?
|
||||
- Operating system?
|
||||
- Did you try to disable other mods except i3?
|
2
init.lua
2
init.lua
@ -20,7 +20,7 @@ end
|
||||
|
||||
i3 = {
|
||||
settings = {
|
||||
debug_mode = true,
|
||||
debug_mode = false,
|
||||
max_favs = 6,
|
||||
min_fs_version = 4,
|
||||
item_btn_size = 1.1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user