From 85ece277bc2b651c4872e251ccf5cbb2401e1501 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Mon, 19 Jun 2023 09:57:06 +1000 Subject: [PATCH] docs: clarify need for clean room replicator on bug report form --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a40e43a3..c35b9f25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -46,9 +46,11 @@ body: required: true - type: textarea attributes: - label: "Minimal config" + label: "Clean room replication" description: "Minimal(!) configuration necessary to reproduce the issue. + If not provided it is very unlikely that the nvim-tree team will be able to address your issue. + See [wiki: Clean Room Replication](https://github.com/nvim-tree/nvim-tree.lua/wiki/Troubleshooting#clean-room-replication) for instructions. Please paste the contents of your `/tmp/nvt-min.lua` here."