From 9fa5f7a9c75ed8ffdd6ee0ae93c1611cd00df9f8 Mon Sep 17 00:00:00 2001 From: Kouteki Date: Sat, 16 Nov 2024 12:30:54 +0900 Subject: [PATCH] add bug label automatically to bug report template --- .github/ISSUE_TEMPLATE/BUG-REPORT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.md b/.github/ISSUE_TEMPLATE/BUG-REPORT.md index 70a20a4c47e..a63b450d678 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.md @@ -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 ---