From 147fc045e699811fab33dddf77498324ddf7e9d6 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Thu, 1 Apr 2021 22:52:42 +0200 Subject: [PATCH] Docs: Fix `repro:needed` label in bug report template (#14285) --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 12dcefc3add..9b46d2944f2 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -2,7 +2,7 @@ name: "\U0001F41E Bug report" about: Report an issue with ESLint or rules bundled with ESLint title: '' -labels: bug, "repro:needed" +labels: bug, repro:needed assignees: '' ---