From 0db85a70248f9a90e61af5cdbafe5d9f4320f719 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Tue, 18 Apr 2023 17:11:24 +1000 Subject: [PATCH] doc: add test case requirement to CONTRIBUTING --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a07d13f..51bb4577 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,3 +31,6 @@ Documentation for options should also be added, see how this is done after `nvim Please reference any issues in the description e.g. "resolves #1234". Please check "allow edits by maintainers" to allow nvim-tree developers to make small changes such as documentation tweaks. + +A test case to reproduce the issue is required. A ["Clean Room" Replication](https://github.com/nvim-tree/nvim-tree.lua/wiki/Troubleshooting#clean-room-replication) is preferred. +