Use new "Issue Type" in templates (#19257)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
4d30f14337
commit
a1101f21e5
2 changed files with 2 additions and 0 deletions
1
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
1
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
1
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue