mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
Assign GitHub issue type on creation
This commit is contained in:
parent
c2daa70099
commit
313f44646b
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: ✨ Feature Request
|
name: ✨ Feature Request
|
||||||
|
type: Feature
|
||||||
description: Propose a new NetBox feature or enhancement
|
description: Propose a new NetBox feature or enhancement
|
||||||
labels: ["type: feature", "status: needs triage"]
|
labels: ["type: feature", "status: needs triage"]
|
||||||
body:
|
body:
|
||||||
|
1
.github/ISSUE_TEMPLATE/02-bug_report.yaml
vendored
1
.github/ISSUE_TEMPLATE/02-bug_report.yaml
vendored
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: 🐛 Bug Report
|
name: 🐛 Bug Report
|
||||||
|
type: Bug
|
||||||
description: Report a reproducible bug in the current release of NetBox
|
description: Report a reproducible bug in the current release of NetBox
|
||||||
labels: ["type: bug", "status: needs triage"]
|
labels: ["type: bug", "status: needs triage"]
|
||||||
body:
|
body:
|
||||||
|
Loading…
Reference in New Issue
Block a user