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