docs: add team and windows variant/notes to bug report (#2470)
This commit is contained in:
parent
4054fc4be3
commit
57078f9240
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -13,6 +13,8 @@ body:
|
||||
* ensure that nvim-tree is updated to the latest version
|
||||
|
||||
If you are experiencing performance issues, please [enable profiling](https://github.com/nvim-tree/nvim-tree.lua#performance-issues) and attach the logs.
|
||||
|
||||
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.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Description"
|
||||
@ -36,6 +38,12 @@ body:
|
||||
placeholder: "Linux 5.16.11-arch1-1, macOS 11.5, Windows 10"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: "Windows variant"
|
||||
placeholder: "WSL, PowerShell, cygwin, msys"
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
attributes:
|
||||
label: "nvim-tree version"
|
||||
|
||||
@ -157,3 +157,9 @@ See [Showcases](https://github.com/nvim-tree/nvim-tree.lua/wiki/Showcases) wiki
|
||||
|
||||
Please add your own!
|
||||
|
||||
## Team
|
||||
|
||||
* [@alex-courtis](https://github.com/alex-courtis) Arch Linux
|
||||
* [@gegoune](https://github.com/gegoune) macOS
|
||||
* [@Akmadan23](https://github.com/Akmadan23) Linux
|
||||
* [@dependabot[bot]](https://github.com/apps/dependabot) Ubuntu Linux
|
||||
|
||||
Loading…
Reference in New Issue
Block a user