Skip to content

Commit 3cddd28

Browse files
committed
doc: add windows specifics to CONTRIBUTING
1 parent 6e5a204 commit 3cddd28

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thank you for contributing.
44

5-
See [Development](https://github.com/nvim-tree/nvim-tree.lua/wiki/Development) for environment setup, tips and tools.
5+
See [wiki: Development](https://github.com/nvim-tree/nvim-tree.lua/wiki/Development) for environment setup, tips and tools.
66

77
# Tools
88

@@ -90,6 +90,14 @@ Documentation for options should also be added to `nvim-tree-opts` in `doc/nvim-
9090

9191
When adding or changing API please update :help nvim-tree-api
9292

93+
# Windows
94+
95+
Please note that nvim-tree team members do not have access to nor expertise with Windows.
96+
97+
You will need to be an active participant during development and raise a PR to resolve any issues that may arise.
98+
99+
Please ensure that windows specific features and fixes are behind the appropriate feature flag, see [wiki: OS Feature Flags](https://github.com/nvim-tree/nvim-tree.lua/wiki/Development#os-feature-flags)
100+
93101
# Pull Request
94102

95103
Please reference any issues in the description e.g. "resolves #1234", which will be closed upon merge.

0 commit comments

Comments
 (0)