Skip to content

Commit

Permalink
fix(issue-templates): use correct "needs triage" label (#25830)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Jan 31, 2025
1 parent ec94fe0 commit 7df43c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/data-problem.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Data problem"
title: "<NAME THE FEATURE> - <SUMMARIZE THE PROBLEM>"
description: Report incorrect, incomplete, or missing data
labels: ["needs-triage"]
labels: ["needs triage"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Enhancement"
description: An enhancement to BCD's infrastructure
labels: ["needs-triage", "enhancement"]
labels: ["needs triage", "enhancement"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/infra-problem.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Infrastructure/Linter Problem"
description: Report issues with infrastructure, including scripts and linters
labels: ["needs-triage"]
labels: ["needs triage"]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 7df43c1

Please sign in to comment.