diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-01-17 10:44:37 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-01-17 10:46:06 +0100 |
| commit | 5da195ac3dfafd08d8b10756d975f0e01e1d563a (patch) | |
| tree | 6ef41454adbbc6673f04b0b0b57078767b819535 /.github/ISSUE_TEMPLATE | |
| parent | bot(lockfile): update erlang, heex, janet_simple, lalrpop (diff) | |
| download | nvim-treesitter-5da195ac3dfafd08d8b10756d975f0e01e1d563a.tar nvim-treesitter-5da195ac3dfafd08d8b10756d975f0e01e1d563a.tar.gz nvim-treesitter-5da195ac3dfafd08d8b10756d975f0e01e1d563a.tar.bz2 nvim-treesitter-5da195ac3dfafd08d8b10756d975f0e01e1d563a.tar.lz nvim-treesitter-5da195ac3dfafd08d8b10756d975f0e01e1d563a.tar.xz nvim-treesitter-5da195ac3dfafd08d8b10756d975f0e01e1d563a.tar.zst nvim-treesitter-5da195ac3dfafd08d8b10756d975f0e01e1d563a.zip | |
ci: use new issue types
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/highlighting_issue.yml | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f68dd2486..78ce29cd6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug report description: Create a report to help us improve -labels: [bug] +type: 'bug' body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d883b8f2d..1f87c07b4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: "" -labels: enhancement +type: enhancement assignees: "" --- diff --git a/.github/ISSUE_TEMPLATE/highlighting_issue.yml b/.github/ISSUE_TEMPLATE/highlighting_issue.yml index a429b5eb8..4b9b0a4a7 100644 --- a/.github/ISSUE_TEMPLATE/highlighting_issue.yml +++ b/.github/ISSUE_TEMPLATE/highlighting_issue.yml @@ -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: |
