Use new "Issue Type" in templates (#19257)

Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
Mohammed Yasin 2025-02-17 14:32:32 +08:00 committed by GitHub
parent 4d30f14337
commit a1101f21e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ name: 🐛 Bug Report
# title: " " # title: " "
description: Problems with Ultralytics YOLO description: Problems with Ultralytics YOLO
labels: [bug, triage] labels: [bug, triage]
type: "bug"
body: body:
- type: markdown - type: markdown
attributes: attributes:

View file

@ -4,6 +4,7 @@ name: 🚀 Feature Request
description: Suggest an Ultralytics YOLO idea description: Suggest an Ultralytics YOLO idea
# title: " " # title: " "
labels: [enhancement] labels: [enhancement]
type: "feature"
body: body:
- type: markdown - type: markdown
attributes: attributes: