From 2bb15fd98f6322e0221b8200b88199b2a01e2c3e Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Mon, 22 Aug 2022 16:22:32 +1000 Subject: [PATCH] doc: add PR tips to contributing --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index edf9d0de..f87cccdc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,3 +25,11 @@ When adding new options, you should declare the defaults in the main `nvim-tree. Once you did, you should run the `scripts/update-help.sh`. Documentation for options should also be added, see how this is done after `nvim-tree.disable_netrw` in the `nvim-tree-lua.txt` file. + +## Pull Request + +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 +