From 5a2205ba28a02596461187eecdffd066075d8685 Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Wed, 5 Nov 2025 21:57:26 +0000 Subject: [PATCH] Update bug report template for eslint plugin label (#34959) ## Summary When creating https://github.com/facebook/react/issues/34957, I noticed a reference to `eslint-plugin-react-compiler` instead of `eslint-plugin-react-hooks`. Since the former is merged into the latter (https://github.com/facebook/react/pull/32416, https://github.com/facebook/react/pull/34228), I have decided to update the issue template to avoid confusion. --- .github/ISSUE_TEMPLATE/compiler_bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/compiler_bug_report.yml b/.github/ISSUE_TEMPLATE/compiler_bug_report.yml index 233201d3f5..a2c0e3d7aa 100644 --- a/.github/ISSUE_TEMPLATE/compiler_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/compiler_bug_report.yml @@ -11,7 +11,7 @@ body: options: - label: React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - label: babel-plugin-react-compiler (build issue installing or using the Babel plugin) - - label: eslint-plugin-react-compiler (build issue installing or using the eslint plugin) + - label: eslint-plugin-react-hooks (build issue installing or using the eslint plugin) - label: react-compiler-healthcheck (build issue installing or using the healthcheck script) - type: input attributes: