mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
docs: link to discussions instead of stackoverflow
This commit is contained in:
parent
a60700f3b1
commit
100bb15d18
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Bug Report
|
||||
description: Report a problem in Neovim
|
||||
description: Report a problem in Nvim
|
||||
labels: [bug]
|
||||
body:
|
||||
|
||||
@ -43,7 +43,7 @@ body:
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: "Neovim version (nvim -v)"
|
||||
label: "Nvim version (nvim -v)"
|
||||
placeholder: "0.6.0 commit db1b0ee3b30f"
|
||||
validations:
|
||||
required: true
|
||||
|
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,5 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Question
|
||||
url: https://vi.stackexchange.com/
|
||||
about: Ask questions about configuration and usage of Neovim
|
||||
url: https://github.com/neovim/neovim/discussions
|
||||
about: Ask about configuration and usage of Nvim
|
||||
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Feature request
|
||||
description: Request an enhancement for Neovim
|
||||
description: Request an enhancement for Nvim
|
||||
labels: [enhancement]
|
||||
body:
|
||||
|
||||
|
4
.github/ISSUE_TEMPLATE/lsp_bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/lsp_bug_report.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Language server (LSP) client bug
|
||||
description: Report an issue with Neovim LSP
|
||||
description: Report an issue with Nvim LSP
|
||||
title: "LSP: "
|
||||
labels: [bug, lsp]
|
||||
body:
|
||||
@ -60,7 +60,7 @@ body:
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: "Neovim version (nvim -v)"
|
||||
label: "Nvim version (nvim -v)"
|
||||
placeholder: "0.6.0 commit db1b0ee3b30f"
|
||||
validations:
|
||||
required: true
|
||||
|
Loading…
Reference in New Issue
Block a user