Skip to content

Commit

Permalink
feat: add bug label automatically to the bug report template (#3132)
Browse files Browse the repository at this point in the history
Add `🐞 bug` label automatically whenever the "bug report" template is
used for a new issue.
  • Loading branch information
Kouteki authored Nov 16, 2024
1 parent a1812af commit a1a7cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Bug Report Template
about: Create a bug report
labels: "🐞 bug"
# NOTE: keep in sync with gnovm/cmd/gno/bug.go
---

Expand Down

0 comments on commit a1a7cb3

Please sign in to comment.