diff options
| author | William Boman <william@redwill.se> | 2021-11-03 01:15:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-03 01:15:33 +0100 |
| commit | 42946d270000924a52e13096c5fa0254f48229fc (patch) | |
| tree | 07e6f8f0414b3966193dbd85c31c868d051053da /.github | |
| parent | jdtls: use lombok agent by default (diff) | |
| download | mason-42946d270000924a52e13096c5fa0254f48229fc.tar mason-42946d270000924a52e13096c5fa0254f48229fc.tar.gz mason-42946d270000924a52e13096c5fa0254f48229fc.tar.bz2 mason-42946d270000924a52e13096c5fa0254f48229fc.tar.lz mason-42946d270000924a52e13096c5fa0254f48229fc.tar.xz mason-42946d270000924a52e13096c5fa0254f48229fc.tar.zst mason-42946d270000924a52e13096c5fa0254f48229fc.zip | |
add issue templates (#238)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 30 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/new-server-request.md | 15 |
2 files changed, 45 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..48342cab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +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: + +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/new-server-request.md b/.github/ISSUE_TEMPLATE/new-server-request.md new file mode 100644 index 00000000..53168a23 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-server-request.md @@ -0,0 +1,15 @@ +--- +name: New server request +about: Request a new server not currently available +title: '' +labels: new-server-request +assignees: '' + +--- + +**Which server would you like to request to be added?** +Server name: +Server homepage (e.g., GitHub page): + +**Which languages does this server target?** +Languages: |
