From c7488d7329f07b4318098c8e723839510af8b986 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Thu, 1 Apr 2021 18:46:08 +0200 Subject: [PATCH] Docs: Fix `repro:needed` label in bug report template --- .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: '' ---