Skip to content

Commit

Permalink
chore: use pending triage label for issue template (nuxt#1888)
Browse files Browse the repository at this point in the history
Co-authored-by: pooya parsa <pyapar@gmail.com>
  • Loading branch information
antfu and pi0 authored Nov 12, 2021
1 parent 102c4cd commit b2fd3f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report-bridge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "\U0001F41E Bug report (Nuxt Bridge)"
description: Create a report to help us improve Nuxt Bridge
labels: ["triage:bug", bridge]
labels: ["pending triage", "bridge"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report-nuxt3.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "\U0001F41E Bug report (Nuxt 3)"
description: Create a report to help us improve Nuxt 3
labels: ["triage:bug", nuxt3]
labels: ["pending triage", "nuxt3"]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit b2fd3f9

Please sign in to comment.