Skip to content

Commit 47d6513

Browse files
committed
Apply the "app: pynetbox" label automatically for all new issues
1 parent 97194dd commit 47d6513

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 🐛 Bug Report
33
description: Report a reproducible bug in the current release of pynetbox
4-
labels: ["type: bug", "status: needs triage"]
4+
labels: ["app: pynetbox", "type: bug", "status: needs triage"]
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/deprecation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 🗑️ Deprecation
33
description: The removal of an existing feature or resource
4-
labels: ["type: deprecation"]
4+
labels: ["app: pynetbox", "type: deprecation"]
55
body:
66
- type: textarea
77
attributes:

.github/ISSUE_TEMPLATE/documentation_change.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 📖 Documentation Change
33
description: Suggest an addition or modification to the pynetbox documentation
4-
labels: ["type: documentation", "status: needs triage"]
4+
labels: ["app: pynetbox", "type: documentation", "status: needs triage"]
55
body:
66
- type: dropdown
77
attributes:

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: ✨ Feature Request
33
description: Propose a new pynetbox feature or enhancement
4-
labels: ["type: feature", "status: needs triage"]
4+
labels: ["app: pynetbox", "type: feature", "status: needs triage"]
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/housekeeping.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 🏡 Housekeeping
33
description: A change pertaining to the codebase itself (developers only)
4-
labels: ["type: housekeeping"]
4+
labels: ["app: pynetbox", "type: housekeeping"]
55
body:
66
- type: markdown
77
attributes:

0 commit comments

Comments
 (0)