Skip to content

Commit c22a432

Browse files
authored
#677 update issue templates for triage labels (#678)
1 parent 1cb5297 commit c22a432

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yaml

+1-1
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"]
4+
labels: ["type: bug", "status: needs triage"]
55
body:
66
- type: markdown
77
attributes:

Diff for: .github/ISSUE_TEMPLATE/documentation_change.yaml

+1-1
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"]
4+
labels: ["type: documentation", "status: needs triage"]
55
body:
66
- type: dropdown
77
attributes:

Diff for: .github/ISSUE_TEMPLATE/feature_request.yaml

+1-1
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"]
4+
labels: ["type: feature", "status: needs triage"]
55
body:
66
- type: markdown
77
attributes:

0 commit comments

Comments
 (0)