mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(gh): use new issue types
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user