aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-01-17 10:48:37 +0100
committerChristian Clason <ch.clason+github@icloud.com>2025-01-17 16:41:39 +0100
commit97d58553515552afbac2999409e9bbf9a338dfb0 (patch)
treea26bc4c364e60addf66b637e9b418f99d4d99f72
parent5dd60e01ace2621f2307eebeb92e9e7351210d3a (diff)
downloadrneovim-97d58553515552afbac2999409e9bbf9a338dfb0.tar.gz
rneovim-97d58553515552afbac2999409e9bbf9a338dfb0.tar.bz2
rneovim-97d58553515552afbac2999409e9bbf9a338dfb0.zip
docs(gh): use new issue types
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/lsp_bug_report.yml3
3 files changed, 4 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index ce0dbd40de..8cbd3d4ef5 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,6 +1,6 @@
name: Bug Report
description: Report a problem in Nvim
-labels: [bug]
+type: 'bug'
body:
- type: markdown
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 49bd8158bf..f7cf5980b3 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,6 +1,6 @@
name: Feature request
description: Request an enhancement for Nvim
-labels: [enhancement]
+type: 'enhancement'
body:
- type: markdown
diff --git a/.github/ISSUE_TEMPLATE/lsp_bug_report.yml b/.github/ISSUE_TEMPLATE/lsp_bug_report.yml
index 277fabca5e..a186a1ee98 100644
--- a/.github/ISSUE_TEMPLATE/lsp_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/lsp_bug_report.yml
@@ -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