From 6001523c0a58ff02adac4edb87073e1f38b522e0 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Mon, 13 Mar 2023 11:44:00 +1100 Subject: [PATCH] doc: bug report points users to wiki for nvt-min.lua replication (#2051) --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cec579d1..e96b69e1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -48,12 +48,10 @@ body: attributes: label: "Minimal config" description: "Minimal(!) configuration necessary to reproduce the issue. + + See [wiki: "Clean Room" Replication](https://github.com/nvim-tree/nvim-tree.lua/wiki/Troubleshooting#clean-room-replication) for instructions. - (Right click) save [nvt-min.lua](https://raw.githubusercontent.com/nvim-tree/nvim-tree.lua/master/.github/ISSUE_TEMPLATE/nvt-min.lua) to `/tmp` and run using `nvim -nu /tmp/nvt-min.lua` - - If _absolutely_ necessary, add plugins and modify the nvim-tree setup at the indicated lines. - - Paste the contents of your `/tmp/nvt-min.lua` here." + Please paste the contents of your `/tmp/nvt-min.lua` here." render: lua validations: required: true