docs(gh): use new issue types

This commit is contained in:
Christian Clason 2025-01-17 10:48:37 +01:00 committed by Christian Clason
parent 5dd60e01ac
commit 97d5855351
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
name: Bug Report
description: Report a problem in Nvim
labels: [bug]
type: 'bug'
body:
- type: markdown

View File

@ -1,6 +1,6 @@
name: Feature request
description: Request an enhancement for Nvim
labels: [enhancement]
type: 'enhancement'
body:
- type: markdown

View File

@ -1,7 +1,8 @@
name: Language server (LSP) client bug
description: Report an issue with Nvim LSP
title: "LSP: "
labels: [bug, lsp]
type: bug
labels: [lsp]
body:
- type: markdown