You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Thank you for contributing.
4
4
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.
6
6
7
7
# Tools
8
8
@@ -90,6 +90,14 @@ Documentation for options should also be added to `nvim-tree-opts` in `doc/nvim-
90
90
91
91
When adding or changing API please update :help nvim-tree-api
92
92
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
+
93
101
# Pull Request
94
102
95
103
Please reference any issues in the description e.g. "resolves #1234", which will be closed upon merge.
0 commit comments