From efceedf46da1ee759f25bb94c74baa8fbf2d59df Mon Sep 17 00:00:00 2001 From: William Boman Date: Tue, 4 Jan 2022 18:11:05 +0100 Subject: update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ------------------ .github/ISSUE_TEMPLATE/feature_request.md | 2 + .github/ISSUE_TEMPLATE/general-issue.md | 38 +++++++++++++++++++ .github/ISSUE_TEMPLATE/new-server-request.md | 2 + .../ISSUE_TEMPLATE/server_installation_issues.md | 43 ++++++++++++++++++++++ 5 files changed, 85 insertions(+), 36 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/general-issue.md create mode 100644 .github/ISSUE_TEMPLATE/server_installation_issues.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 81b5cfdc..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Bug report -about: Report an issue with nvim-lsp-installer -title: "" -labels: bug -assignees: "" ---- - -**Describe the bug** -A clear and concise description of what the bug is and why you think it's an issue with nvim-lsp-installer. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**System info (please complete the following information):** - -- OS: [e.g. macOS 12.1] -- Neovim version: - -Checkhealth output (`:checkhealth nvim-lsp-installer`): - -``` -Paste `:checkhealth nvim-lsp-installer` output here -``` - -Please also include any other system information you think is relevant! - -**Install log** -If applicable, include nvim-lsp-installer's logs. See `:help nvim-lsp-installer-debugging` for instructions on how to set the log level and access the logs. - -``` -Paste your logs here -``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d883b8f2..8401daec 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,6 +6,8 @@ labels: enhancement assignees: "" --- + + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] diff --git a/.github/ISSUE_TEMPLATE/general-issue.md b/.github/ISSUE_TEMPLATE/general-issue.md new file mode 100644 index 00000000..f9fb2c0b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general-issue.md @@ -0,0 +1,38 @@ +--- +name: General issue +about: Report an issue not related to installation of servers +title: "" +labels: +assignees: "" +--- + + + + + +**Describe the issue** + + +**System info (please complete the following information):** + +- OS: [e.g. macOS 12.1] +- Neovim version: + +Checkhealth output (`:checkhealth nvim-lsp-installer`): + +``` +Paste `:checkhealth nvim-lsp-installer` output here +``` + + + +**Expected behavior** + + +**Screenshots** + diff --git a/.github/ISSUE_TEMPLATE/new-server-request.md b/.github/ISSUE_TEMPLATE/new-server-request.md index 1ab32935..7e95bd7b 100644 --- a/.github/ISSUE_TEMPLATE/new-server-request.md +++ b/.github/ISSUE_TEMPLATE/new-server-request.md @@ -6,6 +6,8 @@ labels: new-server-request assignees: "" --- + + **Which server would you like to request to be added?** - Server name: diff --git a/.github/ISSUE_TEMPLATE/server_installation_issues.md b/.github/ISSUE_TEMPLATE/server_installation_issues.md new file mode 100644 index 00000000..38288ed7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/server_installation_issues.md @@ -0,0 +1,43 @@ +--- +name: Server installation issues +about: Report an issue with installing servers via nvim-lsp-installer +title: "" +labels: server-issue +assignees: "" +--- + + + + + +**Describe the installation issue** + + +**System info (please complete the following information):** + +- OS: [e.g. macOS 12.1] +- Neovim version: + +Checkhealth output (`:checkhealth nvim-lsp-installer`): + +``` +Paste `:checkhealth nvim-lsp-installer` output here +``` + + + +**Installation log** + + +``` +Paste your logs here +``` -- cgit v1.2.3-70-g09d2