From 6a4f0a830f2322f187bce6f18a9e6b5b7ba188e3 Mon Sep 17 00:00:00 2001 From: pynappo Date: Tue, 28 Jan 2025 00:42:15 -0800 Subject: [PATCH] chore: properly indent bug report template (#1675) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 16dbf48e..9134e8c0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -87,6 +87,6 @@ body: vim.g.mapleader = " " vim.keymap.set("n", "e", "Neotree") -- do anything else you need to do to reproduce the issue - render: Lua + render: Lua validations: required: true