From 1c59d411f70e5003e172ba4f6bbf53be484ecad2 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 24 Oct 2025 10:27:41 -0400 Subject: [PATCH] Apply the "netbox" label automatically for all new issues (#20666) --- .github/ISSUE_TEMPLATE/01-feature_request.yaml | 2 +- .github/ISSUE_TEMPLATE/02-bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/03-documentation_change.yaml | 2 +- .github/ISSUE_TEMPLATE/04-translation.yaml | 2 +- .github/ISSUE_TEMPLATE/05-housekeeping.yaml | 2 +- .github/ISSUE_TEMPLATE/06-deprecation.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-feature_request.yaml b/.github/ISSUE_TEMPLATE/01-feature_request.yaml index fefefdc91..c3acf2b04 100644 --- a/.github/ISSUE_TEMPLATE/01-feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/01-feature_request.yaml @@ -2,7 +2,7 @@ name: ✨ Feature Request type: Feature description: Propose a new NetBox feature or enhancement -labels: ["type: feature", "status: needs triage"] +labels: ["netbox", "type: feature", "status: needs triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/02-bug_report.yaml b/.github/ISSUE_TEMPLATE/02-bug_report.yaml index 8824183fa..4331a67cc 100644 --- a/.github/ISSUE_TEMPLATE/02-bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/02-bug_report.yaml @@ -2,7 +2,7 @@ name: 🐛 Bug Report type: Bug description: Report a reproducible bug in the current release of NetBox -labels: ["type: bug", "status: needs triage"] +labels: ["netbox", "type: bug", "status: needs triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/03-documentation_change.yaml b/.github/ISSUE_TEMPLATE/03-documentation_change.yaml index 6023f3298..5aecf4038 100644 --- a/.github/ISSUE_TEMPLATE/03-documentation_change.yaml +++ b/.github/ISSUE_TEMPLATE/03-documentation_change.yaml @@ -2,7 +2,7 @@ name: 📖 Documentation Change type: Documentation description: Suggest an addition or modification to the NetBox documentation -labels: ["type: documentation", "status: needs triage"] +labels: ["netbox", "type: documentation", "status: needs triage"] body: - type: dropdown attributes: diff --git a/.github/ISSUE_TEMPLATE/04-translation.yaml b/.github/ISSUE_TEMPLATE/04-translation.yaml index 72130ae47..09174157a 100644 --- a/.github/ISSUE_TEMPLATE/04-translation.yaml +++ b/.github/ISSUE_TEMPLATE/04-translation.yaml @@ -2,7 +2,7 @@ name: 🌍 Translation type: Translation description: Request support for a new language in the user interface -labels: ["type: translation"] +labels: ["netbox", "type: translation"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/05-housekeeping.yaml b/.github/ISSUE_TEMPLATE/05-housekeeping.yaml index 65b983e18..a02d9adc0 100644 --- a/.github/ISSUE_TEMPLATE/05-housekeeping.yaml +++ b/.github/ISSUE_TEMPLATE/05-housekeeping.yaml @@ -2,7 +2,7 @@ name: 🏡 Housekeeping type: Housekeeping description: A change pertaining to the codebase itself (developers only) -labels: ["type: housekeeping"] +labels: ["netbox", "type: housekeeping"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/06-deprecation.yaml b/.github/ISSUE_TEMPLATE/06-deprecation.yaml index 83905a39a..8a8e29b27 100644 --- a/.github/ISSUE_TEMPLATE/06-deprecation.yaml +++ b/.github/ISSUE_TEMPLATE/06-deprecation.yaml @@ -2,7 +2,7 @@ name: 🗑️ Deprecation type: Deprecation description: The removal of an existing feature or resource -labels: ["type: deprecation"] +labels: ["netbox", "type: deprecation"] body: - type: textarea attributes: