Skip to content

Commit

Permalink
chore: update labels in issue templates (#1720)
Browse files Browse the repository at this point in the history
update labels in issue templates
  • Loading branch information
mpoke committed Mar 26, 2024
1 parent 3e7a2f8 commit e445e88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug Report
about: Create a report to help us squash bugs!
labels: bug, needs-triage
labels: "type: bug", "status: waiting-triage"
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/epic-template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: EPIC Template
about: Basic template for EPICs (used by the team)
labels: epic, needs-triage
labels: "admin: epic", "status: waiting-triage"
---

## Problem
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature Request
about: Create a proposal to request a feature
labels: enhancement, epic, needs-triage
labels: "type: feature-request", "admin: epic", "status: waiting-triage"
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue-template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Issue Template
about: Basic template for issues (used by the team)
labels: needs-triage
labels: "status: waiting-triage"
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/protocol-change-request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Protocol change proposal
about: Create a proposal to request a change to the protocol
labels: protocol-change, needs-triage
labels: "type: protocol-change", "status: waiting-triage"
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
Expand Down

0 comments on commit e445e88

Please sign in to comment.