From a1101f21e56a58c6b8a4501853c49bc0ca3caeb8 Mon Sep 17 00:00:00 2001 From: Mohammed Yasin <32206511+Y-T-G@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:32:32 +0800 Subject: [PATCH] Use new "Issue Type" in templates (#19257) Co-authored-by: UltralyticsAssistant --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + .github/ISSUE_TEMPLATE/feature-request.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index f5f9022ddeb..2e584865d3a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -4,6 +4,7 @@ name: 🐛 Bug Report # title: " " description: Problems with Ultralytics YOLO labels: [bug, triage] +type: "bug" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 6b72a38433c..2b37d456d8f 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -4,6 +4,7 @@ name: 🚀 Feature Request description: Suggest an Ultralytics YOLO idea # title: " " labels: [enhancement] +type: "feature" body: - type: markdown attributes: