diff options
| author | William Boman <william@redwill.se> | 2022-01-04 21:11:31 +0100 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2022-01-04 21:11:39 +0100 |
| commit | 025107727e1322311de4f57e6ffddf8270900bbd (patch) | |
| tree | 33ea8b0a48d6ace9f0caa21f7deb481129d5807c /.github | |
| parent | fix(receipts): register receipt before pinning version number (#388) (diff) | |
| download | mason-025107727e1322311de4f57e6ffddf8270900bbd.tar mason-025107727e1322311de4f57e6ffddf8270900bbd.tar.gz mason-025107727e1322311de4f57e6ffddf8270900bbd.tar.bz2 mason-025107727e1322311de4f57e6ffddf8270900bbd.tar.lz mason-025107727e1322311de4f57e6ffddf8270900bbd.tar.xz mason-025107727e1322311de4f57e6ffddf8270900bbd.tar.zst mason-025107727e1322311de4f57e6ffddf8270900bbd.zip | |
update issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/general-issue.md | 4 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/server_installation_issues.md | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/general-issue.md b/.github/ISSUE_TEMPLATE/general-issue.md index f9fb2c0b..eded35ed 100644 --- a/.github/ISSUE_TEMPLATE/general-issue.md +++ b/.github/ISSUE_TEMPLATE/general-issue.md @@ -6,7 +6,9 @@ labels: assignees: "" --- -<!-- This is not an issue template for questions! Please refer to https://github.com/williamboman/nvim-lsp-installer/discussions. --> +<!-- +👋! This is not an issue template for questions! If you have questions, please refer to https://github.com/williamboman/nvim-lsp-installer/discussions/categories/q-a :) +--> <!-- Before filing an issue, make sure that: diff --git a/.github/ISSUE_TEMPLATE/server_installation_issues.md b/.github/ISSUE_TEMPLATE/server_installation_issues.md index 38288ed7..52ea8852 100644 --- a/.github/ISSUE_TEMPLATE/server_installation_issues.md +++ b/.github/ISSUE_TEMPLATE/server_installation_issues.md @@ -1,12 +1,14 @@ --- -name: Server installation issues -about: Report an issue with installing servers via nvim-lsp-installer +name: Server installation issue +about: Report an issue with installing a server via nvim-lsp-installer title: "" labels: server-issue assignees: "" --- -<!-- For questions, refer to https://github.com/williamboman/nvim-lsp-installer/discussions. --> +<!-- +👋! This is not an issue template for questions! If you have questions, please refer to https://github.com/williamboman/nvim-lsp-installer/discussions/categories/q-a :) +--> <!-- Before filing an issue, make sure that: |
