neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 97d58553515552afbac2999409e9bbf9a338dfb0
parent 5dd60e01ace2621f2307eebeb92e9e7351210d3a
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Fri, 17 Jan 2025 10:48:37 +0100

docs(gh): use new issue types

Diffstat:
M.github/ISSUE_TEMPLATE/bug_report.yml | 2+-
M.github/ISSUE_TEMPLATE/feature_request.yml | 2+-
M.github/ISSUE_TEMPLATE/lsp_bug_report.yml | 3++-
3 files changed, 4 insertions(+), 3 deletions(-)

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