diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..96ac07f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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? diff --git a/init.lua b/init.lua index 71dd73c..8dd0ea9 100644 --- a/init.lua +++ b/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,