diff options
| author | William Boman <william@redwill.se> | 2021-12-07 20:15:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-07 20:15:03 +0100 |
| commit | 0fe8c254d90794f13860cbeac5e5987a081a8031 (patch) | |
| tree | b3a7c9239278baaaefa4274955f910adbb2ced94 /.github | |
| parent | fix(installers/npm): dont apply global-style for standalone npm install (diff) | |
| download | mason-0fe8c254d90794f13860cbeac5e5987a081a8031.tar mason-0fe8c254d90794f13860cbeac5e5987a081a8031.tar.gz mason-0fe8c254d90794f13860cbeac5e5987a081a8031.tar.bz2 mason-0fe8c254d90794f13860cbeac5e5987a081a8031.tar.lz mason-0fe8c254d90794f13860cbeac5e5987a081a8031.tar.xz mason-0fe8c254d90794f13860cbeac5e5987a081a8031.tar.zst mason-0fe8c254d90794f13860cbeac5e5987a081a8031.zip | |
initial healthcheck integration (#321)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 16 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 5 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/new-server-request.md | 5 |
3 files changed, 15 insertions, 11 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 48342cab..81b5cfdc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,10 +1,9 @@ --- name: Bug report about: Report an issue with nvim-lsp-installer -title: '' +title: "" labels: bug -assignees: '' - +assignees: "" --- **Describe the bug** @@ -17,8 +16,15 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **System info (please complete the following information):** - - OS: [e.g. macOS 12.1] - - Neovim version: + +- 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! diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 11fc491e..d883b8f2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,10 +1,9 @@ --- name: Feature request about: Suggest an idea for this project -title: '' +title: "" labels: enhancement -assignees: '' - +assignees: "" --- **Is your feature request related to a problem? Please describe.** diff --git a/.github/ISSUE_TEMPLATE/new-server-request.md b/.github/ISSUE_TEMPLATE/new-server-request.md index 09399e8a..7bcb0937 100644 --- a/.github/ISSUE_TEMPLATE/new-server-request.md +++ b/.github/ISSUE_TEMPLATE/new-server-request.md @@ -1,10 +1,9 @@ --- name: New server request about: Request a new server not currently available -title: '' +title: "" labels: new-server-request -assignees: '' - +assignees: "" --- **Which server would you like to request to be added?** |
