mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
docs(gh): use new issue types
This commit is contained in:
committed by
Christian Clason
parent
5dd60e01ac
commit
97d5855351
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Report a problem in Nvim
|
description: Report a problem in Nvim
|
||||||
labels: [bug]
|
type: 'bug'
|
||||||
body:
|
body:
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
description: Request an enhancement for Nvim
|
description: Request an enhancement for Nvim
|
||||||
labels: [enhancement]
|
type: 'enhancement'
|
||||||
body:
|
body:
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
3
.github/ISSUE_TEMPLATE/lsp_bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/lsp_bug_report.yml
vendored
@ -1,7 +1,8 @@
|
|||||||
name: Language server (LSP) client bug
|
name: Language server (LSP) client bug
|
||||||
description: Report an issue with Nvim LSP
|
description: Report an issue with Nvim LSP
|
||||||
title: "LSP: "
|
title: "LSP: "
|
||||||
labels: [bug, lsp]
|
type: bug
|
||||||
|
labels: [lsp]
|
||||||
body:
|
body:
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
Reference in New Issue
Block a user