docs: clarify need for clean room replicator on bug report form

This commit is contained in:
Alexander Courtis 2023-06-19 09:57:06 +10:00
parent bdceaf5096
commit 85ece277bc

View File

@ -46,9 +46,11 @@ body:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Minimal config" label: "Clean room replication"
description: "Minimal(!) configuration necessary to reproduce the issue. 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. 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." Please paste the contents of your `/tmp/nvt-min.lua` here."