From 5da195ac3dfafd08d8b10756d975f0e01e1d563a Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 17 Jan 2025 10:44:37 +0100 Subject: ci: use new issue types --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/highlighting_issue.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) (limited to '.github/ISSUE_TEMPLATE') 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: -- cgit v1.2.3-70-g09d2