From 011a7816b8ea1b3697687a26804535f24ece70ec Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Tue, 30 Aug 2022 16:42:55 +1000 Subject: [PATCH] doc: add PR tips to contributing --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f87cccdc..7a07d13f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,6 +30,4 @@ 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 consider adding nvim-tree developers as collaborators on your fork, to quickly allow small changes such as documentation tweaks: -@kyazdani42 and @alex-courtis - +Please check "allow edits by maintainers" to allow nvim-tree developers to make small changes such as documentation tweaks.