docs: link to discussions instead of stackoverflow

This commit is contained in:
Justin M. Keyes 2024-09-20 16:13:17 +02:00
parent a60700f3b1
commit 100bb15d18
4 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,5 @@
name: Feature request
description: Request an enhancement for Neovim
description: Request an enhancement for Nvim
labels: [enhancement]
body:

View File

@ -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