diff options
| author | William Boman <william@redwill.se> | 2022-01-04 18:11:05 +0100 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2022-01-04 18:11:05 +0100 |
| commit | efceedf46da1ee759f25bb94c74baa8fbf2d59df (patch) | |
| tree | a53d4442f01ea9772692fe07a0b125b70849b400 | |
| parent | write install receipts (#379) (diff) | |
| download | mason-efceedf46da1ee759f25bb94c74baa8fbf2d59df.tar mason-efceedf46da1ee759f25bb94c74baa8fbf2d59df.tar.gz mason-efceedf46da1ee759f25bb94c74baa8fbf2d59df.tar.bz2 mason-efceedf46da1ee759f25bb94c74baa8fbf2d59df.tar.lz mason-efceedf46da1ee759f25bb94c74baa8fbf2d59df.tar.xz mason-efceedf46da1ee759f25bb94c74baa8fbf2d59df.tar.zst mason-efceedf46da1ee759f25bb94c74baa8fbf2d59df.zip | |
update issue templates
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 36 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/general-issue.md | 38 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/new-server-request.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/server_installation_issues.md | 43 |
5 files changed, 85 insertions, 36 deletions
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: "" --- +<!-- For questions, refer to https://github.com/williamboman/nvim-lsp-installer/discussions. --> + **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: "" +--- + +<!-- This is not an issue template for questions! Please refer to https://github.com/williamboman/nvim-lsp-installer/discussions. --> + +<!-- +Before filing an issue, make sure that: + 1) you're running the latest version of the plugin + 2) you're running the latest version of the neovim/nvim-lspconfig plugin + 3) you meet the minimum requirements mentioned in the README +--> + +**Describe the issue** +<!-- A clear and concise description of what the bug is and why you think it's an issue with nvim-lsp-installer. --> + +**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! --> + +**Expected behavior** +<!-- A clear and concise description of what you expected to happen. --> + +**Screenshots** +<!-- If applicable, add screenshots to help explain your problem. --> 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: "" --- +<!-- For questions, refer to https://github.com/williamboman/nvim-lsp-installer/discussions. --> + **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: "" +--- + +<!-- For questions, refer to https://github.com/williamboman/nvim-lsp-installer/discussions. --> + +<!-- +Before filing an issue, make sure that: + 1) you're running the latest version of the plugin + 2) you're running the latest version of the neovim/nvim-lspconfig plugin + 3) you meet the minimum requirements mentioned in the README +--> + +**Describe the installation issue** +<!-- A clear and concise description of what the issue is and why you think it's an issue with nvim-lsp-installer. --> + +**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! --> + +**Installation log** +<!-- +Please include nvim-lsp-installer's logs (make sure that you set the log level to DEBUG before installing the server). +See `:help nvim-lsp-installer-debugging` for instructions on how to set the log level and access the logs. +Make sure to not leave out any lines! +--> + +``` +Paste your logs here +``` |
