mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
ci: use new issue types
This commit is contained in:
committed by
Christian Clason
parent
b952a0ab6c
commit
5da195ac3d
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Bug report
|
||||
description: Create a report to help us improve
|
||||
labels: [bug]
|
||||
type: 'bug'
|
||||
|
||||
body:
|
||||
- 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
|
||||
about: Suggest an idea for this project
|
||||
title: ""
|
||||
labels: enhancement
|
||||
type: enhancement
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
name: Highlighting issue
|
||||
description: Missing or incorrect highlights or you want to change the way something is highlighted
|
||||
type: 'bug'
|
||||
labels: [highlights]
|
||||
|
||||
body:
|
||||
|
||||
Reference in New Issue
Block a user