From b0510cdadefe5edbd0cc6fe0b5673a72efe1500e Mon Sep 17 00:00:00 2001 From: Gideon <87426140+GideonBear@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:11:30 +0100 Subject: [PATCH] docs(issue templates): use issue types (#1533) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/step_request.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c089cc86..63bf5eac 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Topgrade is misbehaving title: '' -labels: 'C-bug' +type: Bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 88d546f4..bee4a395 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: General feature request about: Suggest a general feature, or feature within an already existing step title: '' -labels: C-feature request +type: Feature assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/step_request.md b/.github/ISSUE_TEMPLATE/step_request.md index 6969f976..f7c37bbd 100644 --- a/.github/ISSUE_TEMPLATE/step_request.md +++ b/.github/ISSUE_TEMPLATE/step_request.md @@ -2,7 +2,8 @@ name: New step request about: Suggest a new step/package manager to update title: '' -labels: C-feature request, request step +type: Feature +labels: request step assignees: '' ---