diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index f5f9022d..2e584865 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 6b72a384..2b37d456 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: