فهرست منبع

Assign GitHub issue type on creation

Jeremy Stretch 1 سال پیش
والد
کامیت
313f44646b
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      .github/ISSUE_TEMPLATE/01-feature_request.yaml
  2. 1 0
      .github/ISSUE_TEMPLATE/02-bug_report.yaml

+ 1 - 0
.github/ISSUE_TEMPLATE/01-feature_request.yaml

@@ -1,5 +1,6 @@
 ---
 name: ✨ Feature Request
+type: Feature
 description: Propose a new NetBox feature or enhancement
 labels: ["type: feature", "status: needs triage"]
 body:

+ 1 - 0
.github/ISSUE_TEMPLATE/02-bug_report.yaml

@@ -1,5 +1,6 @@
 ---
 name: 🐛 Bug Report
+type: Bug
 description: Report a reproducible bug in the current release of NetBox
 labels: ["type: bug", "status: needs triage"]
 body: