Skip to content

Commit 57078f9

Browse files
authored
docs: add team and windows variant/notes to bug report (#2470)
1 parent 4054fc4 commit 57078f9

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ body:
1313
* ensure that nvim-tree is updated to the latest version
1414
1515
If you are experiencing performance issues, please [enable profiling](https://github.com/nvim-tree/nvim-tree.lua#performance-issues) and attach the logs.
16+
17+
Please note that nvim-tree team members do not have access to nor expertise with Windows. You will need to be an active participant during resolution.
1618
- type: textarea
1719
attributes:
1820
label: "Description"
@@ -36,6 +38,12 @@ body:
3638
placeholder: "Linux 5.16.11-arch1-1, macOS 11.5, Windows 10"
3739
validations:
3840
required: true
41+
- type: input
42+
attributes:
43+
label: "Windows variant"
44+
placeholder: "WSL, PowerShell, cygwin, msys"
45+
validations:
46+
required: false
3947
- type: input
4048
attributes:
4149
label: "nvim-tree version"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,9 @@ See [Showcases](https://github.com/nvim-tree/nvim-tree.lua/wiki/Showcases) wiki
157157

158158
Please add your own!
159159

160+
## Team
161+
162+
* [@alex-courtis](https://github.com/alex-courtis) Arch Linux
163+
* [@gegoune](https://github.com/gegoune) macOS
164+
* [@Akmadan23](https://github.com/Akmadan23) Linux
165+
* [@dependabot[bot]](https://github.com/apps/dependabot) Ubuntu Linux

0 commit comments

Comments
 (0)