From a1a7cb3a1a4934c8476f753238bb9e5980dc35ee Mon Sep 17 00:00:00 2001 From: Nemanja Aleksic Date: Sat, 16 Nov 2024 12:34:45 +0900 Subject: [PATCH] feat: add bug label automatically to the bug report template (#3132) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add `🐞 bug` label automatically whenever the "bug report" template is used for a new issue. --- .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 ---