Skip to content

Commit 2bb15fd

Browse files
committed
doc: add PR tips to contributing
1 parent 90dcf42 commit 2bb15fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

+8
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ When adding new options, you should declare the defaults in the main `nvim-tree.
2525
Once you did, you should run the `scripts/update-help.sh`.
2626

2727
Documentation for options should also be added, see how this is done after `nvim-tree.disable_netrw` in the `nvim-tree-lua.txt` file.
28+
29+
## Pull Request
30+
31+
Please reference any issues in the description e.g. "resolves #1234".
32+
33+
Please consider adding nvim-tree developers as collaborators on your fork, to quickly allow small changes such as documentation tweaks:
34+
@kyazdani42 and @alex-courtis
35+

0 commit comments

Comments
 (0)