From 57078f92403e61434179dd4379dfad57b50d27ae Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sun, 15 Oct 2023 13:12:33 +1100 Subject: [PATCH] docs: add team and windows variant/notes to bug report (#2470) --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++++++ README.md | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c35b9f25..ec9b2181 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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" diff --git a/README.md b/README.md index 359368cf..077afd9b 100644 --- a/README.md +++ b/README.md @@ -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