mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
ci: use new issue types
This commit is contained in:
parent
b952a0ab6c
commit
5da195ac3d
3 changed files with 3 additions and 2 deletions
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: Create a report to help us improve
|
description: Create a report to help us improve
|
||||||
labels: [bug]
|
type: 'bug'
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
|
||||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -2,7 +2,7 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ""
|
title: ""
|
||||||
labels: enhancement
|
type: enhancement
|
||||||
assignees: ""
|
assignees: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
name: Highlighting issue
|
name: Highlighting issue
|
||||||
description: Missing or incorrect highlights or you want to change the way something is highlighted
|
description: Missing or incorrect highlights or you want to change the way something is highlighted
|
||||||
|
type: 'bug'
|
||||||
labels: [highlights]
|
labels: [highlights]
|
||||||
|
|
||||||
body:
|
body:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue